Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
team,
How to convert of integer to boolean.
integer values: 1,0, 23, etc
if col1>0 set 1 else 0.
target column is boolean.
thanks in advance
Thanks
shree
Hi,
Please use a tmap with expression (row1.col1 > 0)?true:false where col1 is the input column name.
Please mark the topic as solution provided if the reply has helped you. Kudos are also welcome 🙂
Warm Regards,
Nikhil Thampi
Hi,
Please use a tmap with expression (row1.col1 > 0)?true:false where col1 is the input column name.
Please mark the topic as solution provided if the reply has helped you. Kudos are also welcome 🙂
Warm Regards,
Nikhil Thampi