I want to change background's column in a datawindow, i'm using Modify command with an if, but it not change
This is the command:
v_res = dw_dat2.Modify( "#" + trim( string( i ) ) + ".background.color='255 ~t if( integer(syn) = 1 , 255 , if( integer(syn) = 2 , 65535 , 16777215 ) ) ' " )
there is no error message, can you help me, thanks