Wednesday 12 September 2018

Handle Not Equal Condition in If statement


Requirement: Hide the row based upon the value in swift, if null don't display row itself

C Swift Code:
swift EC


C => <?if:not(SwiftCode="")?>

EC=> <?end if?>



----------------------------------------------
some cases
<?if:SwiftCode="XXXXX"?> --> worked

<?if:SwiftCode=""?>  -> working

<?if:SwiftCode!=""?> -> did not work

Equality worked but != does not work, use not() instead

<? if xdofx:length(SwiftCode)!=0?> swift<?end if?>  -- worked

No comments:

Post a Comment