I have the following frm-math inside a view:
[frm-math]((([155] - (([frm-days-diff start="[161]"] * [154]) + [154])) / [154])) - [166][/frm-math]
I get the correct result that I need.
Now inside that same view: How would I conditionally display content if a form field value is less_than the result of the above frm-math?
I tried using the conditionals like so:
[if 166 less_than="[frm-math]((([155] - (([frm-days-diff start="[161]"] * [154]) + [154])) / [154])) - [166][/frm-math]"]Conditional content here[/if 166]
That is not accepted. Is there another way to perform this?
[Never mind, Ok I see this type of thing can be achieved once the frm-math result is placed in a param]