Expression format rules in dashboard - not applying with context("view")

hi , 

i have a view named "NEXT IN LINE" and (viewtype of table ) used in "Dashboard",

im trying to apply a format rule to apply every where except view - "NEXT IN LINE".

Applied the below expression in the if this condition is true : expression -

CONTEXT("View")<>"NEXT IN LINE"

but for some reason its not fixing the formatting. 

is there something that i m missing . please any help is much appreciated.

@update: i think the format rules are not applied in dashboard view. while they seem to work fine in non-dashboard view

Tried to do this expression : but with no luck - 

AND (CONTEXT("View")<>"NEXT IN LINE", CONTEXT("VIEWTYPE")="Dashboard") - i know im trying to mix the viewtypes. but anything else someone can help to get me what i wanted. ?

Solved Solved
0 1 110
1 ACCEPTED SOLUTION

@UPdate - : i got mine fixed with conditions on the row and data fields instead of the context. 

seems like the context (view) is not applicable when used in Dashboard view type 

so for anyone who might be looking for a similar kind of solution.  

View solution in original post

1 REPLY 1

@UPdate - : i got mine fixed with conditions on the row and data fields instead of the context. 

seems like the context (view) is not applicable when used in Dashboard view type 

so for anyone who might be looking for a similar kind of solution.  

Top Labels in this Space