Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Can anyone please help me with the correct syntax using the following logic, I can't get the NOT EQUAL to work within the statement below:
sum({<MYear={'2020'},GYear={'2020'},status NOT EQUAL {'tcu'}>}Spend)
Perhaps this
sum({<MYear={'2020'}, GYear={'2020'}, status -= {'tcu'}>}Spend)
Perhaps this
sum({<MYear={'2020'}, GYear={'2020'}, status -= {'tcu'}>}Spend)