Hello everyone,
I am facing a strange behaviour in Instant Invoice core layout from ifs cloud.
Into the Instant_invoice_item table, at line with “TXTOT”, there is a condition on the total_amount and the currency_code
Expression tns:SHOW_ZERO = 7
and into the visible condition :
((tns:ROW_TYPE=8) or (tns:ROW_TYPE=18) or (tns:ROW_TYPE=28)) and ((tns:SHOW_ZERO = 7) or (tns:SHOW_ZERO = 27))
To be honest I’m not sure what it means ?
However the problem is with those core conditions, my “currency_code” field is not working especially on this line.
I removed the condition to see what happen, and the currency_code is now “multiplied”… But no more on the desired line.
Very strange. Any advice how to keep this “currency_code” on this line without this kind of behaviour ?