We would like to get this in a auto-pilot mode where users can enter as many section access columns of their liking. (e.g. 2 as in the below example or 3 columns (e.g. State, Product, Employee)).
State
Product
New York
Jackets
New York
Boots
California
Accessories
In the Qlikview Script
1. We concatenate the column in the Fact table to generate the AuthID column
2. Create the Bridge Table with AuthID and %AuthID
I was able to get the 1st part working (the easier one ). Unable to think of a logic to get the 2 part. I am unable to think of a logic to replace one or more column with * to generate the %AuthID column.