ashis
Creator III
2018-06-22
08:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wrong data is getting calculated in chart
Hi ,
I have sample data like this .
in expression I wrote max(endtime) - min(starttime) ,when I plot a chart , it is considering all the rows (10 rows) data .
However I want to show only highlight data difference .
Please let me know where I am doing wrong.
306 Views
1 Reply
Anonymous
Not applicable
2018-06-22
12:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May be you should use AGGR function to aggregate data on your key field.
259 Views