RCB
1
Hi wonderful people, just wanted to get your advice on my equation. Here’s my equation:
{Category ClientName.FinancialYearNum} == 2025 ? {Category Categories_MinFee.Categories_MinFee_2025} * {Quantity}
Basically, the {Category ClientName.FinancialYearNum} is an equation from the connection table. I am wondering why there is an error to it.
Thanks in advance.
HI
You are missing the else part of the equation. Ternary should follow this format:
if condition ? then this : else this
Craig
2 Likes
This dives into more detail.
As @CSWinnall said, you just need the false part of the equation.
2 Likes
RCB
4
Hi @CSWinnall and @CarlHolmes, thanks and it worked like a charm.
2 Likes