Viewing 8 posts - 1 through 8 (of 8 total)
Wow.... That is what I was missing. I was not entering anything in the Filters section of the dataset parameters. Thank you!
Works like a charm now.
August 12, 2016 at 6:52 am
Luis Cazares (4/14/2016)
MMMM dd, yyyy
If you're trying to format a parameter, just don't. Use the date/time...
April 14, 2016 at 2:07 pm
Luis Cazares (4/14/2016)
Like this?
=DateAdd("d",-Day(Today()), Today())
That didnt work for me. I used "=FormatDateTime(dateadd("m",0,dateserial(year(Today),month(Today),0)))" which shows up on my report as 3/31/2016. I just need to change that to March 31, 2016.
April 14, 2016 at 1:27 pm
I figured out how to remove the timestamp to only include 3/31/2016 "=FormatDateTime(dateadd("m",0,dateserial(year(Today),month(Today),0)))".
I now need to know how to convert that to March 31, 2016.
Any Ideas?
DP
April 14, 2016 at 1:24 pm
Hugo Kornelis (4/14/2016)
WHERE ColumnName LIKE 'D%'
Thank you for responding Hugo!
That works on getting the report to show up with a specific letter.
How can I get it where the reviewer can...
April 14, 2016 at 9:43 am
dpsql (4/14/2016)
How do I search for a word that starts with a specific letter in a parameter within a matrix? My parameter works if I type out the full word.
For...
April 14, 2016 at 9:31 am
SQLKnowItAll (1/18/2012)
Select "Report" in the properties box, go to InteractiveSize and change Height to 0.
Hi Jared,
This seems to work but when I have a report that is quick long it...
April 13, 2016 at 11:00 am
Hi Jared,
This seems to work but when I have a report that is quick long it does not show all the data. Is there a way of getting around this...
April 13, 2016 at 10:58 am
Viewing 8 posts - 1 through 8 (of 8 total)