How can I display the list of dates in repeating group separately one row by row ?
When I try to add it show all dates in one cell
Hello @siddharth
Various ways:
- If you just want to list dates in one rg then use … an rg. … make it of type date and add the expression that ends up with a list of dates
- No need to use an rg if you just want to show those dates in a text element. Use a … text element … anywhere needed and after the expression that gets you the list of dates add the operator :joinwith and add the text “line_break”
1 Like
This topic was automatically closed after 70 days. New replies are no longer allowed.