I created a formula where I calculate the difference between the current date and the expiration date of a product and then I take the average.
I placed this formula in the Summarize field section
DateDiff ("yyyy", CurrentDate, {VTABBRE.DATEXP}) and then I selected average in the calculate this summary field. The average number is correct but is there any way I can create a bar chart. The insert chart option is unavailable for this report.
Ultimately, I going to combine reports because each bar graph contains slightly different criterias so I want the bar graphs to stagger each other.
For example:
Total Average Product Life
Bar Graph 1 8.5 years
Bar Graph 2 7.5 years
Bar Graph 3 10.3 years
Any suggestions?
Thanks.
I placed this formula in the Summarize field section
DateDiff ("yyyy", CurrentDate, {VTABBRE.DATEXP}) and then I selected average in the calculate this summary field. The average number is correct but is there any way I can create a bar chart. The insert chart option is unavailable for this report.
Ultimately, I going to combine reports because each bar graph contains slightly different criterias so I want the bar graphs to stagger each other.
For example:
Total Average Product Life
Bar Graph 1 8.5 years
Bar Graph 2 7.5 years
Bar Graph 3 10.3 years
Any suggestions?
Thanks.