Requirement: Hide the row based upon the value in swift, if null don't display row itself
C Swift Code:
|
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