Viewing 10 posts - 1 through 10 (of 10 total)
Yes. I did. Please see attachment.
Thanks
Frank
August 18, 2021 at 5:27 pm
How to write a SQL query in SSRS expression?
Something like = Select * from ...
thanks
October 26, 2015 at 4:02 pm
=code.AddTotal(ReportItems!textbox40.value)
May 1, 2015 at 12:36 pm
Hi Geoff5.
Sorry to bother you again.
I appreciate your help one more time. I just want to combine several agency codes into one agency name in my report.
The following expression...
August 21, 2014 at 10:39 am
I understand now. Thank you very much.
Frank
August 20, 2014 at 10:16 pm
Hi Geoff5,
I am just learning SSRS and wish you could help me.
If activity code is between 50 and 65, I will count unique applicationNumber
However, The following expression does not work.
=CountDistinct((IIF(Fields!ActivityCode.Value)...
August 20, 2014 at 5:52 pm
Hello geoff5,
One more question, I wish you could help.
I have a query like: SELECT name, agency from tblname.
I also have a query like: SELECT username, grant from tblgrant.
Then I created...
August 7, 2014 at 9:30 am
Thank you very much. I am always thinking about writing expression or something. You show me a much easy way to do it with WHERE clause. You are great.
Regards.
Frank
August 6, 2014 at 10:34 pm
thank you.
I will practice it on a test database first. Do I have to schedule a job to do the transaction log backup many times or just one time,...
October 4, 2012 at 6:26 pm
Thanks.
by the way, how can I create a parameter by using something like '%xxx%'?
October 3, 2012 at 4:06 pm
Viewing 10 posts - 1 through 10 (of 10 total)