Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

set analysis

hai all

 

 

=

if(abc > vStart  and  abc<vend,abc)

i need  same in set analysis

1 Reply
Sokkorn
Master
Master

Hi,

If you want to display abc in ListBox/Dimension then you can try : Aggr(Only({<abc = {">$(=vStart)<$(=vend)"} >} abc),abc)

If you use in expresion then just : Only({<abc = {">$(=vStart)<$(=vend)"} >} abc)

Hoep this help.

Regards,

Sokkorn