Equation based on the equation of connection

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. :+1:

2 Likes

Hi @CSWinnall and @CarlHolmes, thanks and it worked like a charm. :slight_smile:

2 Likes