Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Trying to figure out how the IF/ELSE statement should be structured in tMap when trying to filter integers and decimals (I know how to do it for String and Date, but can't seem to figure out for numbers).
I've used the below for now and it works, but trying to see if there's another method where I can specify directly "IF integer, accept value, ELSE null"
row1.field1 % 1 == 0 ? row1.field1 : null