Quantcast
Channel: Adobe Community : Popular Discussions - Reporting
Viewing all 38309 articles
Browse latest View live

ColdFusion and SSRS

$
0
0

Hello all,

 

How do I get ColdFusion to authenticate a user into SSRS? I'd like to get a way for a user to view a report in SSRS without providing any credentials.

 

Thanks


Combine groups into one group

$
0
0

I have a report that groups by program code. The values in program code are Undergrad, UndergradTr, UndergradIntl.

I want the Undergrad in one group and all the rest in a different group.

 

Any thoughts?

Default attribution method

$
0
0

What is the default attribution method? Is it last non-direct-click like GA or something else?

Creating Scatter graph

$
0
0
Hi,

I'm having some problems to create a scatter graph and I'd be very much grateful if you could please help me with it.

I have a query that returns 3 fields:

1. Student_ID
2. Age (let's say between 20 and 30)
3. Date_Enrolled (let's say between 01-01-2007 and 31-01-2007)

Is it possible to plot a scatter graph as follows?

X-Axis: Date_Enrolled
Y-Axis: Age
And then Display all Student_ID on the graph?

Let's say we have 10 Students who are 20 years old that enrolled on the 1st of January 2007, 15 Students who are 21 years old that enrolled on the 2nd of January 2007, the graph should display 10 dots for that date and age, 15 points for the 2nd of January at 21 years old, etc...

Any help would be greatly appreciated.

Thanks and regards,
Yogesh Mahadnac

Crosstab in CF Report Builder 8

$
0
0

I know this has been asked before but I can't seem to find anything current.  I came across some stuff but the links were diead or explanatory images didn't show.

 

It seems that Report Builder doesn't do crosstabs.  I wondered if anyone had come across any kind of workaround.  What I would like to show is something like:

 

Books Circulated

                              Jan          Feb          Mar          Apr...                                        Year Total

Red Books          100          200          300          400

 

Blue Books          300          100          200          200

 

Total                    400          300          500          600

 

Seems like it should be doable.  I usually us a crosstab and it is relatively straightforward.  Any suggestions in Reprot Builder?  Thanks.

Anyone using Jasper Reports or anything else?

$
0
0
Anyone out there using JasperReports with Coldfusion 8? cfdocument and cfReport have such a performance hit on our box when we try to run certain reports. IE - Report Cards We need something that would be able to run 100+ pages of dynamic data quickly and efficiently. If anyone has any suggestions of what we could look into or how to get Jasper up and running I would appreciate any help.

Thanks.
Becky

two CFREPORT tags in a template? in a loop?

$
0
0
Initially i wanted my CFREPORT block to be in a loop. I'm using RTF format. Only the first one runs.
So, I removed the loop and, for fun, put the CFREPORT blocks one after the other. Still, only the first one comes up.

Is this by design? Here's a simplified example of my blocks.

<!--- first --->
<CFREPORT format="RTF" query="#my_query#" template="rep.cfr" overwrite="no">
<CFREPORTPARAM name="rattyname" value="FIRST">
</CFREPORT>

<!--- second call immediately after --->
<CFREPORT format="RTF" query="#my_query#" template="rep.cfr" overwrite="no">
<CFREPORTPARAM name="rattyname" value="SECOND">
</CFREPORT>

Thanks!

New to CF and need some help

$
0
0

I'd like to demo cfreport using a demo .cfr file...would there be a repository for example code in CF?

I'd just like to see how the cfreport tag could help me make our reports colorful and be able to add charts/graphs.

Would there be some sample code I could modify for my evaluation of the tag (cfreport).

 

Kevin


Conflicts with CFReport tag and custom JasperReports feature within our application

$
0
0
My company's application was previously on ColdFusion 6.1 and working fine. We built a reporting feature using JasperReports to generate reports (which were created with iReport) which also allowed the ability to export in PDF (iText) or Excel (Apache POI) and included the use of Barcodes (IDAutomation). All of this was done either in ColdFusion CFC/CFM files or with Java JAR/class files.

We were able to upgrade our system to the latest ColdFusion 8. Everything is working fine and so far we don't have any problems. That is until we decided to use ColdFusion Report Builder and the CFReport tag. After pounding our heads against the wall we have figured out that we can use one or the other but not both. If we use our JasperReport feature, any CFReport that is run, gives an error. We have tried using a different application scope but that doesn't seem to do anything. If we instead generate a CFReport first, then our custom JasperReports code is unable to compile any new templates. However we have noticed in this scenario that it is still able to generate a report if the template is already compiled (.jasper file instead of a .jrxml).

After some research on the web I've come across Java Proxy (can even see a JavaProxy called in the ColdFusion error dump). I believe that since the classes have the same name (net.sf.jasperreports.engine.*) different JARs are being used and loaded depending which is ran first (our custom jasperreports or cfreports).

What I'm needing is some help hopefully figuring out a way to get them both to peacefully coexist. Or at the very least some insight as to what is happening in hope I can understand it and figure out a solution.

Our application uses the following JARs:

jasperreports-1.2.6.jar
poi-2.5.1-final-20040804.jar (ability to write out in Excel file format)
iText-1.3.5.jar (ability to write out in PDF file format)
barbecue-1.1.jar (barcode used in iReport but can't create valid 2D barcodes)
iReport-1.2.6.jar (has façade/facade class that allows iReport to generate barcodes using barbecue)
IDAutomation-PDF417-4.10.jar (new 2D barcode meant to replace barbecue)
IDAutomation-Linear-4.10.jar (new 1D barcode meant to replace barbecue)

passing parameters

$
0
0
I am having problems passing FORM scope paramters to a<cfreport> page. I get a white browser window.

<cfreport template="../reports/vendor.cfr" format="flashpaper">
<cfreportparam name="ItemNum" value="#FORM.ItemNum#">
</cfreport>

if I actually type in a value it works fine. The report functions from within Report Builder correctly.

I have another report that takes a SESSION scope variable and works great.

This example works if you refresh the page for the default value but not if you used a different date on the form.

<cfparam name="FORM.date1" default="2006-07-18">
<cfset test = '#FORM.date1#'>


<cfreport template="../reports/dayend2.cfr" format="flashpaper">
<cfreportparam name="yesterday" value="#test#">
</cfreport>


I would appreciate any suggestions

Thanks,

MikeS

Cold Fusion MX7 Report Builder - Wrap Text

$
0
0
In Cold Fusion MX7 Report Builder, I would like the fields I place in the Detail area to wrap if the text overflows the width of the field. I can get the text to wrap if I expand the height of the field, but this causes alot of extra lines (white space) to be displayed since the Report Builder adds this extra space even when the text does not overflow the width of the field. Can anyone help? It seems like this should a simple Property setting but I cannot find it.

create Report charting data series

$
0
0

I want to add chart to my report and add a chart control on my report.

I double click on the chart and edit chart type as line chart and edit chart series.

I use Data from a fix of values and choose the field name from the drop down from my data source field name, but I got following error message.

 

 

An error occurred while trying to create a chart on this report.

Ensure that the column(s) selected for the chart series are numerical values. Error: The chart could not be generated due to an error in the graphing engine.

 

 

I tried to select from data from query. I have to build my query from report.

I use a stored procedure for this report, so I need advance to build my query, once I use the stored procedure then Report Builder warn me that it will erase all fields to recreate fileds.

I would like to know what is the right procedure to create chart for the report.

Your help and information is great appreciated,

 

Regards,

 

Iccsi

Convert String Data

$
0
0

I am using the CF10 Report Builder.

I need to convert a 6 character string and compare it to a 20 character string.

Input = 201516 needs to be converted to 201508 and 201601. I am trying to handle the conversion in my query and not pass any records that I do not want to count to my report. IF the is a better way I am open to suggestions. Here is the code in my query that gives me a "Conversion failed when converting the varchar value 'E' to data type int'

 

WHERE name.soc_sec = transact.soc_sec
         AND name.soc_sec = prospect.soc_sec
         AND name.soc_sec = approg.soc_sec
         AND name.soc_sec = nmcrs.soc_sec
         AND name.soc_sec = transact.soc_sec
         AND transact.accept <> 'v'
         AND transact.tcodes = 'AW'
         AND name.last_name not like '%Teste%'
         AND prospect.term_int NOT BETWEEN LEFT(rpt_schy.sch_yr, 4) + '08' AND  LEFT(rpt_schy.sch_yr, 2) + RIGHT(rpt_schy.sch_yr,2)  + '01'
        

AND transact.sch_yr = rpt_schy.sch_yr

Any help would be greatly appreciated.

cfdocument and fonts

$
0
0
I have a cfdocument page that I am trying to use a font that has been loaded on the ColdFusion server. The page is seeing the font fine. However the issue occurs when I try to change the font size. It seems to completely ignore the size. I have tried using inline style, font tags, and styles defined within the page and called inline. All give the same result the correct font but wrong size. If I switch the font from the loaded font to something the Arial everything works just fine. Also I have tried specify fontembed yes/true or no/false and get the same results with either. Any ideas? I would just use Arial instead but the company insist that it looks identical to how the form is currently.

cfchart styles

$
0
0
I'm working on building some custom style files for charts (CFMX 7.0.2) so that they are closer to the look of our app. Is there really no way to customize the chart title? All other text elements seem to take the xml changes just fine, but the title stays the default, which is quite hideous. I'd like to anti-alias the text (like I have in the rest of the chart text), make it a little bigger and bold (like you would expect for a title), remove the box and shadow and use the font we've used throughout the rest of the app (and the other chart elements). Am I missing something?

How to print report direct to printer?

$
0
0
How to print data direct to printer?

"Chat with an agent" has 2-HOUR+ wait time !!!

$
0
0

Does Adobe think customer service is a joke?   Why is a 2-hour wait time acceptable?  Someone contact me at b2bn@hotmail.com regarding a refund for an Adobe product I recently purchased.  If not I'll just have to dispute the charge with my credit card company.  Regardless of your attempt, forcing customers to wait over 2-hours for customer service will not stop me from getting a refund. 

 

Tip - if you want to learn about a company and how much they value their customers, see how long it take to get in touch with customer service.  That will tell you all you need to know.

Combine groups into one group

$
0
0

I have a report that groups by program code. The values in program code are Undergrad, UndergradTr, UndergradIntl.

I want the Undergrad in one group and all the rest in a different group.

 

Any thoughts?

Export to excel with multiple worksheets

$
0
0

I have a summary report and a detail report. I would like to export both reports to excel on separate worksheets. I would also like to name the tabs.

Reporting Mechanisms

$
0
0
I may be looking at everything wrongly, but I am puzzled how to get Crystal
Reports files to display on ColdFusion 8.
What actually do I need? I have a number of developer servers - but I am
unsure how to configure them to work with Crystal Reports 8. I can create the
reports in crystal reports versions 7,9,XI (including R2).


Viewing all 38309 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>