Here is the information regarding problem.
1) I have three fields in the detail section. They are calculated and displayed on the report from crystal side. The fields I am displaying are the release numbers which are invoiced with in 3 business days, invoiced more than 3 business days and Not invoiced more than 3 business days. The report is grouped by market field. When I am inserting summary for each field by market it is also counting the blank fields and displaying the count. The data that I was pulling from database is correct. I am unable to figure it out why it is counting the blank fields while calculating summary.
2) And the other problem is, it is displaying the blank spaces in the report when the condition fails.
For reference here I am inserting report . Any Help could be greatly appeaciated. Its a little bit urgent.Hi all
I figured it out my self.
Showing posts with label calculated. Show all posts
Showing posts with label calculated. Show all posts
Sunday, February 19, 2012
Thursday, February 16, 2012
A particular row to be bold?
I am retrieving the rows and displaying them in table details of my report. The last row is the weighted mean and needs to be calculated in the stored procedure.
Now, I want to make this particular row in bold font. Is it possible? Please let me know.
Any help will be greatly appreciated !!!
You can select the entire table row and apply style property settings for the entire row. Assuming you have a column in your dataset that distinguishes the real "detail" rows from the weighted mean row, you could write an expression that uses this field to determine if a row should be shown normal or bold.
-- Robert
Labels:
calculated,
database,
details,
displaying,
microsoft,
mysql,
oracle,
particular,
report,
retrieving,
row,
rows,
server,
sql,
table,
weighted
Subscribe to:
Posts (Atom)