Hi,
I am working on a jEPlus project, where I would need to define one parameter(P1) as the if/else function of another parameter(P0), the logic is shown below:
if P0<14, then P1 = 0.195; else: P1 = 0
I was wondering how to insert the conditional function to define this parameter in jEplus.
Thanks in advance!