Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
paweln
Contributor III
Contributor III

Range (max-min) as a calculated dimension

Hello,

I'm trying to create dimension like "Range" below:

paweln_1-1592819598990.png

 

 

10 Replies
Taoufiq_Zarra

@paweln 

you can add for example :

=StDev({<Data={"*"}-{0}>} Data)

 

Capture.PNG

 

and for would like it to be also subjected to selections for example I may need to choose only xx and yy IDs. you can selected ID

Taoufiq_ZARRA_0-1593096800248.png

 

or add ID in set analysis like :

=StDev({<ID={'xx'},Data={"*"}-{0}>} Data)

Taoufiq_ZARRA_1-1593096858291.png

 

 

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉