Skip to Content
Menu
This question has been flagged
2 Replies
3855 Views

Hi,


is it possible to make a Conditional on a display Field is a Field value is lower than an other field value ?


thx in advance 

Avatar
Discard
Best Answer

Give a try:
Step1 : add a boolean field in your model
Step2 :check your condition and set value for that boolean field using methods like 'onchange'
Step3 :give your attr based on boolean field

lemme know if you succeed

Avatar
Discard
Author Best Answer

that what I realize with a little search on the forum...

I made it in JS.


thx you

Avatar
Discard

Can you include your solution (or part of it) in your answer?

Author

look at the fasluca answer, I do something like that