Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help in set analysis

Hi All,

I have calculated dimension as below

=if(match(status='Active',status)

How can I write the same in set analysis?

1 Solution

Accepted Solutions
Kushal_Chawda

Instead of using calculated dimension use set analysis in expression like below

=sum({<status={'Active'}>}Value)

View solution in original post

4 Replies
Kushal_Chawda

Instead of using calculated dimension use set analysis in expression like below

=sum({<status={'Active'}>}Value)

tamilarasu
Champion
Champion

Hi,


Add dimension as status and set expression as Only({<status={'Active'}>}status)

Chanty4u
MVP
MVP

use only function

vikasmahajan

=if(status='Active',1,0)

HTH

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.