Summary
EXCEL Template Conditionally Display the region
Content
Hi,
Could you suggest on below.
In .Rtf template we use below syntax to conditionally display the region, how to achieve this in EXCEL Template?
<?if:COLUMN_NAME>100?>
--
<?end if?>
<?choose:?>
<?when:COLUMN_NAME=’Y’?>
---
<?end when?>
<?end choose?>
Thanks