Report Exporter Template (conditionals)

Erlebacher
Level 4
Report Exporter Template (conditionals)

I have 15 datasets and I want to create a report, but only write out details of four of these 15 datasets. Therefore, I'd like to iterate on the dataset with the exclusion of 11 of them. I have not found anything in the docs that would allow me to accomplish this. A construct such as 

```

{{ foreach $dataset in [dataset1, dataset2, dataset3, dataset4] }}

```

would be very useful. Thanks for any insight. 


Operating system used: maces Ventura

0 Kudos
0 Replies