Forum Discussion
mb0307
4 years agoResponsive Resident
List to text
Hi, I have a List values: I want to use exactly same format with "" shown above in this query: {Cube.ApplyParameter, "[!V000004]", {{ #"ListName"}}}, If I provide the...
GateJay
2 years agoFrequent Visitor
Hi,
I was dealing with same issue and solution was to keep the list in form of list instead of string and to remove one pair of {}.
Working code:
{Cube.ApplyParameter, "[!V000004]", {List1}}Together with list (square bracket are there because of weird naming convenction we have here):