Is the following possible in a view?
[if x greater_than="[y]"]Add content here[/if x]
...where X and Y are different fields on the same form.
I know:
[if x greater_than="3"]Add content here[/if x]
is possible. But I can't get the View to work correctly when I insert Y into the formula.
Please login or Register to submit your answer
Update: the [frm-condition] shortcode can handle this.