I have created a query that gives me two date fields, lets call them Invoice Date and Receipt Date. I have been able to calculate the difference between the two dates in a seperate column. Now I would like to create a graph that gives me a histogram on the occurences of each date calculated.
I have looked into using the Count aggregate function to count the occurences of each specific date, however, no matter how I try to write the formula, I either end up getting either "1" or the total number of dates.
Any help would be appreciated.
I have looked into using the Count aggregate function to count the occurences of each specific date, however, no matter how I try to write the formula, I either end up getting either "1" or the total number of dates.
Any help would be appreciated.