passing multivalue parameter using mysql in ssrs report
Hi Prasad,I suggest you to open a new thread, so that you can get more help from other forum members.Regards, Charlie LiaoCharlie Liao TechNet Community Support
View Articlepassing multivalue parameter using mysql in ssrs report
Hi Charlie and Madhavi,Greetings.I have similar kind of problem when retrieving data from mysql using ssrs using multi value parameters.But its taking 1st value of paramter, and not returning data for...
View Articlepassing multivalue parameter using mysql in ssrs report
Hi Charlie, Thanks a lot, your method worked....
View Articlepassing multivalue parameter using mysql in ssrs report
Hi Madhavib,I have tested it on my environment, everything works fine. Could you please post both the report and the dataset with sample data to us by the following E-mail address? Then, I can try to...
View Articlepassing multivalue parameter using mysql in ssrs report
Hi Charlie, I followed what you have told me. But now when I run the report by default all values of parameter1 are selected but the table shows the result for only first value why so?????...
View Articlepassing multivalue parameter using mysql in ssrs report
Hi Madhavib,Yes, you are absolutely right. And the parameter tab would looks like:If you have any questions, please feel free to ask. Regards, Charlie LiaoCharlie Liao TechNet Community Support
View Articlepassing multivalue parameter using mysql in ssrs report
Hi Charlie, Thanks for your instant reply... I am using the first approach you suggested Then do I need to specify anything in the parameter tab of the query Now I am creating another dataset...
View Articlepassing multivalue parameter using mysql in ssrs report
Hi Madhavib,You can create your dataset in two ways. First One:Second One:Please feel free to ask if you have anything unclear.Regards, Charlie LiaoCharlie Liao TechNet Community Support
View Articlepassing multivalue parameter using mysql in ssrs report
Hi Charlie, Can you please help me out with this .What does this mean??With the "=", the First" " ", and then last " " " where should I write =, """ and """...Thanks
View Articlepassing multivalue parameter using mysql in ssrs report
Hi Charlie,Yes I am writing this query in dataset query designer.I tried your way:SELECT a, b, c, CName FROM Table1Where CName IN('" & Join(parameters!Parameter1.Value,"','") & "')it is not...
View Articlepassing multivalue parameter using mysql in ssrs report
Hi Madhavib,From you description, it seems that you use expression to create a dataset, right? I ha test it on my environment, everything works fine. Please try the expression below. ="SELECT a, b, c,...
View Articlepassing multivalue parameter using mysql in ssrs report
Is that possible to implement via T-SQL http://www.sommarskog.se/dyn-search-2008.htmlBest Regards,Uri Dimant SQL Server MVP,http://sqlblog.com/blogs/uri_dimant/ MS SQL optimization: MS SQL Development...
View Articlepassing multivalue parameter using mysql in ssrs report
Hi,I am trying to pass multiple values to single parameter.I am using this query in dataset but i am not getting any result it returns blank what should I do where to write this query?????"SELECT...
View Article