Hi,
We are working on SSRS report which contains combined data of two distinct tables which have no RDBMS between them.
Please refer the following scenario:
![]()
START TIME and END TIME are nothing but multi value parameters which we have assigned the start time and endtimes through get values from query(TABLE#01).
Could you please suggest how can we get the values for TABLE#02 as per individual start times and end times for each and every record .
Also, these start time and end time column times can change dynamically as per user's entered START DATE and END DATE to fetch the entire report.
When we create a multi value parameter how can we assign it into query in "BETWEEN" clause as there are multiple dynamic start times and end times.
Whenever we assign the multi value parameter into the dataset query it return an error related to multi valued parameter.However,when we give a
position for the parameter like:
Parameters!Parameter1.Value(0)---->It returns the very first record/start time/end time from the TABLE#01.
How can we pass dynamic value parameter to the query in between clause or any other turn around from your side could also be helpful.
Could you please suggest the best possible way to solve this issue?
Thanks and regards!
Afshaan Shaikh
We are working on SSRS report which contains combined data of two distinct tables which have no RDBMS between them.
Please refer the following scenario:
START TIME and END TIME are nothing but multi value parameters which we have assigned the start time and endtimes through get values from query(TABLE#01).
Could you please suggest how can we get the values for TABLE#02 as per individual start times and end times for each and every record .
Also, these start time and end time column times can change dynamically as per user's entered START DATE and END DATE to fetch the entire report.
When we create a multi value parameter how can we assign it into query in "BETWEEN" clause as there are multiple dynamic start times and end times.
Whenever we assign the multi value parameter into the dataset query it return an error related to multi valued parameter.However,when we give a
position for the parameter like:
Parameters!Parameter1.Value(0)---->It returns the very first record/start time/end time from the TABLE#01.
How can we pass dynamic value parameter to the query in between clause or any other turn around from your side could also be helpful.
Could you please suggest the best possible way to solve this issue?
Thanks and regards!
Afshaan Shaikh