Question

I have a huge problem trying to configure a managed subscription (Data-Driven). I cant find out how to put multivalue from a Personalized List on Sharepoint.

In my report query i have the following condition:

and invent_dim.inventsiteid in (@p_Site)

where @p_site is a list of "sitios" from where it has to search records.

On the normal report visualization it has a combobox to select as many sitios as the user wants

Sitios Multi-Select

But on a managed susbcription i've tried with '', ,, "", multilines, multilines with ,, etc...

I can't find any related info on the web and i was hoping that you could help me. The only thing i figured i can do is to repeat the recipients but thats a lot of work for the user. And i can't define it on the subscription configuration because the sites varies from recipients to recipients.

Thanks in advance for your help! Have a great day!

Était-ce utile?

La solution

you can do it by defining the following in the parameter default values expression: =join(yourParameter.Value,",")

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top