Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - Rachman

1
Questions / use if in the expression field
Hello, can anyone help me how to use the if condition in the field expression in the custom field editor, I'm using phprad version 2.7.3
example :

if a > b then
c = a + b
else
c = a - b

how to use if in field expression how, I'm a beginner. Thank You