Forum Discussion

rjs2's avatar
rjs2
Resolver I
6 years ago
Solved

Prompting and Passing Parameters in query

Hello all

 

I am trying to pass a parameter in the sql query, like in crystal reports.  That way I can limit the amount of data that is being loaded in and I can create a report for different teams.  All the data is the same, its just filtering it before loading for those team. 

 

My parameter is named Team_Input. 

 

I got this to work, but it pulls no data (no errors too)

 

""DOC"",""Team_Name""='Text.From(Team_Input)'

 

 

 

5 Replies