Hi Team,
Assume I have a list of data eg: List data; which holds my full data with nearly 300+ data.
Coming to the template, we have configured the same data with smart markers in multiple places like
&=data.name(bean) [Which populates 300+ rows]
&=data.total(bean) [which populates 300+rows]
There are more sheets and in many places, we have used the same data. Now the question, is there is some way to limit the data that is populated to the template? Say, I want to populate only 20?
Since smart markers have declarative ways of handling things, is there an option to do this from template instead of slicing and making the list for each data source which is bad for both code & template.