Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
If I have the following expression as dimension, what should be the expression to "color by expression" for the returned class intervals ( 0 to 3, 3 to 6, 6 to 9, 9 & more)?
=IF(DataField<9,dual(Replace(class(DataField,3,'Days'),'<= Days <',' to '),class(DataField,3,'Days')),IF(DataField>=9,dual('9 & more',9)))
Thanks!!!