Viewing 7 posts - 1 through 8 (of 8 total)
I used a different approach by creating a linked server. To do it, I followed instructions from this link. Thank you to the author (I couldn't find a...
June 1, 2017 at 2:20 pm
Got answer on SO. Had to change query as:WHERE
([table_name].[col1] LIKE ''%' + @var_1 + '%'')
AND ([table_name].[col2] LIKE ''%' + @var_2 + '%'')
May 11, 2017 at 1:57 pm
SQL that I am trying from report builder:
SELECT
table_name.column1
,table_name.column21
,table_name.column15
,table_name.column6
,table_name.column9
...
May 10, 2017 at 2:00 pm
Is there a way to check the final SQL query that war run against the database from Report Builder 3.0? I am almost sure that quotes around the parameter is...
May 10, 2017 at 12:21 pm
I got the solution at http://fuzzy-group.blogspot.ca/2012/04/ssrs-custom-code-to-get-textbox-name.html
May 9, 2017 at 1:49 pm
In "Text Box Properties" -> "General" -> "Name" I see what I need (that is string "hostname"). I am just not able to define it in expression.
May 9, 2017 at 1:11 pm
Thank you Sue. It solved my problem. Somehow I didn't notice it and assumed that while passing parameters I can't use "Edit as Text".
May 8, 2017 at 4:16 pm
Viewing 7 posts - 1 through 8 (of 8 total)