How to exclude empty data in a row
<?for-each:AuditTrailItem2?>
Hi,
In the sample code above, how to exclude <?NewValue?> if this wasn't satisfy the <?if:Field='Expert'?>? Upon generation a blank row is inserted in the result table if not satisfied(in Red Fonts).
Sample Result:
CRM A CRB1 Head - Business Head
NAME - DESIGNATION
NAME - DESIGNATION
Muriel Lang - Developer
NAME - DESIGNATION
CRM A CRB1 Head - Business Head
NAME - DESIGNATION
Muriel Lang - Developer
NAME - DESIGNATION
thanks,
-rod
<?if:Field='Expert'?>
<?NewValue?>
<?end if?><?end for-each?>
Hi,
In the sample code above, how to exclude <?NewValue?> if this wasn't satisfy the <?if:Field='Expert'?>? Upon generation a blank row is inserted in the result table if not satisfied(in Red Fonts).
Sample Result:
CRM A CRB1 Head - Business Head
NAME - DESIGNATION
NAME - DESIGNATION
Muriel Lang - Developer
NAME - DESIGNATION
CRM A CRB1 Head - Business Head
NAME - DESIGNATION
Muriel Lang - Developer
NAME - DESIGNATION
thanks,
-rod
0