crystal report in coldfusion MX
I am just starting to use crystal report in Coldfusion MX, my crystal report is pre-defined <cfreport report="directory/crstlrpt.rpt"datasource = "ds_name"username="user"password="password">but...
View ArticleDisplaying alternate content when date field is null
I am using Report Builder 8. I am grouping on a date field, but some of the people returned have a null value. I need to show an alternate heading if that group's date is null, I would actually like it...
View Articlehyperlink control
I would like to have a control to have hyper link based on data source.I would like to know does Report Builder have any controls that I can set hyper link based on data. Your help and information is...
View ArticleColdFusion and SSRS
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
View ArticleColdFusion Report Builder - 2 page layout.
Good morning, Is there a method which would allow me to create a ColdFusion report with a 2 page layout? On the odd pages (the front side), this page would include the data relating to the report and...
View Articleinsert sub report error message
Object: TfrmWizardTemplate, frmWizardTemplate Exception:'String) into type (Boolean) when evaluation instruction OperEqual ($0' is not a value integer valueSee error log for stack trace. I got above...
View Articledatetime parameter in coldfusion report builder
Hi, I'm trying to create a report in coldfusion report builder that takes 2 parameters; startdate and enddate. These two parameters correspond to two fields in my sql database. However, both the fields...
View ArticleCalculate age in a function
I am trying to calculate and return the age of a person. My code is: <cfset variable.age = '(dateDiff("yyyy",query.birthdate, now()))'>I get a "If the expression is a string, ensure that it is...
View ArticlePage Footer not printing
Hello,I´ve inserted the "quick field" "X of Y" in the page footer of the report. But it only prints on the first page.Can anyone help me with this?Thanks.Manuel
View ArticleInfinite loop creating new page due to column header overflow.
i am getting an error and some pages "Infinite loop creating new page due to column header overflow. " -- using report builder 9, i have a fairly simple report - that contains 4 subreports. for some...
View ArticleGroup heading print change group
I have a group in my report and I have a report header.I have a label and a field on the group header, but it only print every page on top of the page.I want it print every time it change group, do I...
View ArticleReport Function and calculation
I use Report Builder for summary at group footer.I tried to function builder like Sum(Query.MyField), but the report builder does not like this for some reason.I tried to use Query.MyField, Report...
View ArticleReporting: If statement and Sum statement
I have an instructors schedule that shows each time a course is taught for example:Course Credits DayAAA123 3 Mon. Wed.The Credit only shows the first time...
View Articlesub report in column header
Infinite loop creating new page due to column header overflow. I have a sub report on the column header which works, Because my sub report return different records from data source, it fails and get...
View Articlemaster detail report
I want to create a master details report using CF 10 Report Builder, but I do not find the option.I would like to know should I insert a sub report in to detail band to generate master details...
View ArticleReport Builder Paging
I have a problem. I need to print lets say that total amount of a 4 page report only on the last page and it must be at the bottom. I need to know how to do that. I know that if i put the data and...
View ArticleReport Builder Fonts
Hi GuysI've just built a new report in CF Report Builder and changed the font of my text. However, when the report is out put to a PDF, the font has not changed.Any suggestions please.Many thanks in...
View ArticleReport builder - last page
I have to print a field only on the last page; I was thinking to do this by making a condition in "print when" field. How can I determinate the last page? Anyone help me!thanks to all!
View ArticleCFCHART Loop Query
Hi -I want to loop over a query and Get users with hours charged to a project. When this runs it just shows the total of all the hours for each person. This query should return 2 people one with 12...
View ArticleAnything Wrong with this query?
I have been trying to create a report based on this query:SELECT call_type.call_type_detail, code_city.code_city_detail, area_code.area_code_detail, call_reason.call_reason_detail,...
View Article