Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
andriesb
Creator II
Creator II

show max value of records in pivot chart : calculated dimention

lijst.jpg

I would like to show instead of this list, only one line and in column km/draaiuren only the max (value) of all these lines.

I though as all these line refer to the same 'object', a calculated dimension would do the trick : however the code =max(km.inhoud) returns an 'error in calculated dimention' . Do i have to define the 'scope' ?

In this example I would expect the result to have a single line with the value km/draaiuur to show '9741'

1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

hi in calculated dimension with max function

you need to use aggr function

something in the lines of

aggr(max(km.inhoud),middelen.naam,midmiddele,bedrij)

View solution in original post

1 Reply
lironbaram
Partner - Master III
Partner - Master III

hi in calculated dimension with max function

you need to use aggr function

something in the lines of

aggr(max(km.inhoud),middelen.naam,midmiddele,bedrij)