Use case, I have dataset (which I don’t have the ownership, can use-only):
Branch ID | store IDs
Each brand id goes with a list of store ids in the format of a string, separated by ‘,’
Example:
B001 | S001,S002,S003
B002 | S004, S005
I want to create a 2 tables, one is for list of branches. Click on each breach, the 2nd table will show all store IDs with it.
How could I do it?
Hi, Thanks for your help. However, your post was about the parameter and filter. My request is to break the string to a list and show it in the table (in order to do the action on that table).