With this formula I get the error: A string is required here, and it highlights the second IF.
The EvenSplitName formula is simply 'Even Split' and that's all.
Have I broken some rule or is there a syntax error?
Thank you -
If
(isNull({dch_MonthlyPmtsWithSIMandDept;1.Rendering})
or
{@EvenSplitCalc1} = True)
Then {@EvenSplitName}
Else
If
{@RenderingCondition} = True
Then {dch_MonthlyPmtsWithSIMandDept;1.Rendering} in ["Name1 Here", "Name2 Here"]
The EvenSplitName formula is simply 'Even Split' and that's all.
Have I broken some rule or is there a syntax error?
Thank you -
If
(isNull({dch_MonthlyPmtsWithSIMandDept;1.Rendering})
or
{@EvenSplitCalc1} = True)
Then {@EvenSplitName}
Else
If
{@RenderingCondition} = True
Then {dch_MonthlyPmtsWithSIMandDept;1.Rendering} in ["Name1 Here", "Name2 Here"]