Hi,
if you use the option to use a query as the ' suggested value' what does it do,
I created a query = {"A","B","C", "D"} ,
and put this into the suggested value for new parameter and A; it does not give a list , B; it does not restrict the values I can enter manually to
one from that list,
so in the below I could enter any value I like or null. so what does it do? I
=
Richard
if you use the option to use a query as the ' suggested value' what does it do,
I created a query = {"A","B","C", "D"} ,
and put this into the suggested value for new parameter and A; it does not give a list , B; it does not restrict the values I can enter manually to
one from that list,
so in the below I could enter any value I like or null. so what does it do? I
=
Excel Formula:
Table.SelectRows(Custom1, each ([#"Ttable "] <> parameter))
Richard