Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
it's possible to reduce Table 1 to Table 2?
Chatacter is a dimension, and I want to show only the max Character linked to the result of max()
TABLE1
TABLE 2
Thanks,
GM
Yes, you can use the rank function in an if statement. if(rank(something)=1,something)
Try using Dimension Limits to limit the results to the Largest 1 values.
Ok,
it's great but it's possible to make an Expression for the same results?
Yes, you can use the rank function in an if statement. if(rank(something)=1,something)
see attachment
Thank's very helpfull!!!