Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
Can any one please help me on below issue.
I have Created a Table like below
Taken Row as Status ,
Column as Date
Measure as =Count({<[Month Name]=, Year=>}distinct ID)
Here for the Status=For Attn total row I need to apply the orange color.
So in the Background color expression I have applied like
if(Status='For Attn',RGB(255,153,51)) but its applied to only for 16 not for 5,9,8 ,
because in this app applied [Month Name]= Nov as default selection so orange color was applied on only 13/11/2018.please help me to apply for complete row of all the Months dates.
Thanks in advance.
Based on what you've told us, there's no reason why it shouldn't apply to the whole row.
What exactly do you mean with "because in this app applied [Month Name]= Nov as default selection"
Selections shouldn't influence the background color you've set based on a row dimension.
Without having a sample app with the issue already in it, I can't suggest anything as I have no way to see what's actually going wrong.
I haven't had any success reproducing the issue, so I can't help you solve it, sadly.