I’m new to XPages, and was wondering if the following is possible:
I have a repeat control (repeat1) that uses a view to render html for each item in the view. Inside this repeat, I want to have another repeat control (repeat2) that outputs items from another view - but repeat2 should be restricted to a category that is picked up from a field in repeat1’s view entry.
In essence I want a repeat control restricted to a view category, inside another repeat control, with the category filter being picked up from the view entry in the outer repeat control.
Is this possible, and if so how would I go about doing it?
It’s the dashboardCards custom control. I have a view of people (which I’m already filtering based on other selected elements) and using to create a repeat control of business cards. Nested within that repeat control is information from another view, each time using the relevant person’s name from the outer repeat.
If you preview the dashboard, it doesn’t work in IE because of the method I used to create the chart.