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
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
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?
What is the default attribution method? Is it last non-direct-click like GA or something else?
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.
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
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
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.
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.
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?
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.