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...
Greg_Deckler
4 years agoCommunity Champion
mb0307 How about this?
let
Source = { " ""20200925"", ""20201030""" },
Text = Lines.ToText(Source)
in
Text