44
Views
1
Comments
Solved
show multiple items based on current record in table
Question

Hi,

I have one table and i want show multiple record based on current record.


How can i achieve that. thanks in advance.


Regards

Amogh

2026-02-26 06-29-24
Rahul
 
MVP
Solution

HI Amogh,

If i understood correctly, you want show multiple record from single id.

Than you have options.

option 1. Create join between two tables and show information in table.

option 2.You can create a one block with one Input parameter (id)

   get data from aggregate based on filter condition, Show data  as you want in this block and use this block in table row and pass input parameter from here.

Use onParameter change in block and refresh aggregate.


Hope this will help you.


Regards

Rahul Sahu

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.