Deze website maakt gebruik van Functionele en Analytische cookies voor website optimalisatie en statistieken.
De technische opslag of toegang is strikt noodzakelijk voor het legitieme doel het gebruik mogelijk te maken van een specifieke dienst waarom de abonnee of gebruiker uitdrukkelijk heeft gevraagd, of met als enig doel de uitvoering van de transmissie van een communicatie over een elektronisch communicatienetwerk.
De technische opslag of toegang is noodzakelijk voor het legitieme doel voorkeuren op te slaan die niet door de abonnee of gebruiker zijn aangevraagd.
De technische opslag of toegang die uitsluitend voor statistische doeleinden wordt gebruikt.
De technische opslag of toegang die uitsluitend wordt gebruikt voor anonieme statistische doeleinden. Zonder dagvaarding, vrijwillige naleving door uw Internet Service Provider, of aanvullende gegevens van een derde partij, kan informatie die alleen voor dit doel wordt opgeslagen of opgehaald gewoonlijk niet worden gebruikt om je te identificeren.
De technische opslag of toegang is nodig om gebruikersprofielen op te stellen voor het verzenden van reclame, of om de gebruiker op een website of over verschillende websites te volgen voor soortgelijke marketingdoeleinden.
19 comments
Thanks. Very helpful.
byron
what if X and Y are the same?
eric
got it, the parameter default values need to be from a different data set then the query itself
eric
My query is:
SELECT HumanResources.vEmployee.LastName, HumanResources.vEmployee.JobTitle, HumanResources.vEmployee.CountryRegionName,
HumanResources.Employee.HireDate
FROM HumanResources.Employee INNER JOIN
HumanResources.vEmployee ON HumanResources.Employee.EmployeeID = HumanResources.vEmployee.EmployeeID
WHERE (HumanResources.vEmployee.JobTitle IN (@JobTitles))
Basically I want to see a dropdown box with the list of JobTitles so I can filter based on the selected values. So what i did was, in “Report Parameters” I checked “Multi-value” and under Available Values I chose JobTitle…. but I am still having the same error,,,, does anyone know what i have to do?
iggydarsa at gmail dot com
Was very useful…
Simple + concise answer …
Thanks
Santosh Mahajan
nice was useful ty
pedro abrahan
I have the same problem of iggydarsa someone can ahelp me?
iggydarsa
Thank you very much. You just saved me a lot of time and effort! 🙂
Ryan
Thanks! Just what I needed!
JoelB
your answer really helped me
thanku
Excelente!!
Mister
Definitely helpful. Thanks.
Marcos
Perfect, thanks!
essgee
very helpful, thanks !
Goran D
Thank you.
Gil
This didn’t help at all.
I have the second parameter based on a query of data – completely different from the first parameter which is based on non-query values. Is there any other solution?
Keith H.
Thanks, very helpful.
Joaquin
Hi,
If you same problem error. you can use the another data set (Ex:field name: accountname, accountid)
assign the values to the first data set parameter which you created inside the parameter.
Open the parameter tab go for text datatype — choose the multiple allow option.keep as visible button and click for available option .. inside the available option select the get the values from a query — select Dataset2
Value field: accountname,label feild:accountname..ok.
you get the parameter as all the account names …
Gengiti.Sainathyadav
thanks a lot for your help
Amruta