-
Hello, is it possible to use an AND operator in the _cfv parameters? I don't see mention of it in the documentation. For example: I want to add a 2nd condition on when to apply that color. In plain English: "apply color if Bill Uploaded = No AND Status = Draft" Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
HI @ivojolo (Ivan?), Yes it is possible to achieve this, but not using the _cfv keyword. You must use two _cls (Add/Remove Class) with ktlCond to add a class to each of the conditions met. Then a class using a combination of both classes will apply the color to the target. You can see it here: https://ctrnd.knack.com/ktl-tutorials#cfv-multiple-conditions/ ![]() BTW, you can login in the home page of that app to see several other examples using the default demo account that is shown there. ![]() Norm |
Beta Was this translation helpful? Give feedback.
HI @ivojolo (Ivan?),
Yes it is possible to achieve this, but not using the _cfv keyword. You must use two _cls (Add/Remove Class) with ktlCond to add a class to each of the conditions met. Then a class using a combination of both classes will apply the color to the target.
You can see it here: https://ctrnd.knack.com/ktl-tutorials#cfv-multiple-conditions/
BTW, you can login in the home page of that app to see several other examples using the default demo account that is shown there.
Norm