CRXI
I’m trying to have a dynamic parameter with a dynamic list of values. At refresh the list it gives me to choose between customers that start with A until customers that start with K, and I want just the ones which start with S.
1. If I need them all, from A to Z, how can be done?
2. I put {?Customer}={Table.Customer} and {Table.Customer} startswith “S”, but parameter has in list again customers that start with A until customers that start with K
3. If users input a new Customer, appears or not in the list?
Please help.
I’m trying to have a dynamic parameter with a dynamic list of values. At refresh the list it gives me to choose between customers that start with A until customers that start with K, and I want just the ones which start with S.
1. If I need them all, from A to Z, how can be done?
2. I put {?Customer}={Table.Customer} and {Table.Customer} startswith “S”, but parameter has in list again customers that start with A until customers that start with K
3. If users input a new Customer, appears or not in the list?
Please help.