Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i have a pivot table with data, when we select some row, then that row should be highlighted with some color.
i tried it with background color property in table for dimension and expression, its not working.
so how we can do that?
hello experts,
i did it by using the expression
=if(wildmatch(GetFieldSelections([trend.Product],',',100),'*'&only({1} [trend.Product])&'*' ),RGB(255,0,0))
it works fine,
put this in background color property for dimension and expression.
hello experts,
i did it by using the expression
=if(wildmatch(GetFieldSelections([trend.Product],',',100),'*'&only({1} [trend.Product])&'*' ),RGB(255,0,0))
it works fine,
put this in background color property for dimension and expression.