Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I would like to show the data in the chart as project id wise collected value . So how can i write this in expression using Set Analysis.
which function i need to use?
Hi,
take Porject Id as dimension
and Sum(Collected Value) as Expression
Regards
Hi,
take Porject Id as dimension
and Sum(Collected Value) as Expression
Regards
hi ,
Try like this....
aggr(max(Value),projectID)
or
aggr(sum(Value),projectID)
or
aggr(projectID, -Sum(value)))
try this,
=sum({$}value)
For chart , you can use Project ID as Dimension and Sum(Value) as Expression. Since Qlikview gives only the aggregated output for the dimension
Create a straight Table or Bar/Line Chart
Dimension
[Project ID]
Expression
SUM([Collection Value])