I have a bar chart with X axis as discrete date value and Y axis as number of records. eg: x axis (Filtered Date)- 1st Oct, 2nd Oct, 3rd Oct etc y axis (Number of Records)- 30, 4, 3 etc
Now, I have to create a table to get Max, Min and Avg. Value of the 'Number of Record'.
I have written a Calculated Field as MAX([Number of Records])
to get the maximum of Number of Records in this case 30 but I always get a value of 1.
How do I define the values to get max, min and avg. ?
Thanks,