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
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.
Rahul Sahu