Conditional Format

QuestionsConditional Format
Tim Moore asked 4 years ago

When checking a condition with a conditional format, it breaks the grid if it equals NULL?

All i get is LOADING…

$f = array();
$f[“column”] = “checked_by”;
$f[“op”] = “=”;
$f[“value”] = “EST”;
$f[“css”] = “‘background-color’:’#9900FF’, ‘color’:’black'”;
$f_conditions[] = $f;

If I REM the above out, or the checked_by does not contain NULL it works fine. Any idea how to fixe this?

Thanks,

Tim

3 Answers
Abu answered 4 years ago

Please post screenshot of browser debugger console. F12 console tab. It will show exact error detail.

Tim answered 4 years ago

Here is the screenshot you requested.

https://imgur.com/a/XtmOENo

Thanks, Tim

Tim answered 4 years ago

Any news on this problem?

Your Answer

7 + 4 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?