Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I want to plot a bar chart, date as X axis and sum of objects per date as Y-axis.. But, I would like to sum the objects of distinct dashboard names ..
I mean, on any date, if any dashboard is repeated, I would like to take the object count only once
can any one help me to do that?
I hope, I tried to explain the problem.. Please let me know, if any clarification needed
Thanks
Can you let me know, How Objects associative in Qlikview object? Can you share the image for that?
Updated: (Try This)
=Sum(aggr( sum(Distinct objects),Dashboard))
If a dashboard is having two different object amounts, which is to be summed? Or, if they occurs more than once they would have same object amounts?
Hi Tresesco
Thanks for the reply
My apologies for the wrong data above, actually, dashboard has only one amount of objects..
No dashboard will not have different number of objects as they are identical..
In that case, may be you can use : =Sum(Aggr(Agv(Objects), Dashboard))
Hi Tresesco
AGv means do u mean Avg??
Yes. That's a typo.
Hi treseco,,
I used it, but I am getting wrong result..
It is working with me - in sample data set. PFA
May i ask you ?
why should we average ? i am getting the result in decimals.. number of objects should not be decimal in my app
Thanks
Can you let me know, How Objects associative in Qlikview object? Can you share the image for that?
Updated: (Try This)
=Sum(aggr( sum(Distinct objects),Dashboard))