Click here to Skip to main content
16,019,618 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

I am creating a crystal report which consist of a graph which has a group by date then summarize all data corresponding to that date. As I am new to this i need help on this.

I have a table which have dates and corresponding some actual_rev, hrs_available, etc.

I need a formula where I get the sum of the actual_rev / sum of the hrs_available grouped by each date. This I need to show in the graph bar of each date.

Your responses are very much appreciated. Its a bit urgent.

Thanks in advance.
Posted

1 solution

Here I have used this in formula but this is not giving a desired resultset.

({daily_summary_fact.actual_revenue},{daily_summary_fact.date})/({daily_summary_fact.hrs_available},{daily_summary_fact.date})


Thanks.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900