Viewing 15 posts - 1 through 15 (of 93 total)
Sale amounts on the last days of a month don't say much, unless they are compared with sales on any other day of a month.
This may be the case...
August 16, 2018 at 7:53 am
There are so many quirks in SSRS that we just have to find out and then find a work around - Don't get me started on justified text π
March 9, 2018 at 8:23 am
Hi Steve,
Why would that make a difference only when exporting to excel ?
March 8, 2018 at 10:14 am
There are no blanks rows on the report - They only appear when I export to excel π
March 8, 2018 at 9:48 am
I've just figured the problem out - if I include blank cells in my table in the main report
------------------------------------------------
| | SUB -...
March 8, 2018 at 8:57 am
It makes you wonder - if training companies can get a course together you'd think Microsoft could sort out the books / exams - surely easier for them as they...
March 9, 2017 at 2:18 am
Hi Jeff,
You say to get the books - But unless I'm going blind there aren't any books yet are there - Heppy to be proved wrong π
March 8, 2017 at 3:19 am
Thanks for that - I'll take a look at them both π
March 2, 2017 at 7:34 am
I just added
AND 13 * b.n / c.n = CAST( 13 * b.n / c.n AS int)
AND g.n * h.n / i.n = CAST(g.n * h.n / i.n...
July 14, 2015 at 6:09 am
Try something like this
=IIf(IsNothing(Parameters!MinimumSaleDate.Value), "", "Products Sold Since " & IIf(IsNothing(Parameters!MinimumSaleDate.Value), "", Parameters!MinimumSaleDate.Value.ToString))
I know this looks daft but it evaluates all of the code regardless - So even though...
July 7, 2014 at 8:07 am
Try either of these in Format for the cell
##0.00%
or
P2 (this will format with a space before the % sign)
Hope this helps
Andy
July 7, 2014 at 7:09 am
Not sure what I was thinking here - I just set the Row Visibility - much easier π
January 10, 2014 at 5:01 am
Something like this - You need to have the customerNum in a dataset
=IIF((left(Fields!Customernum,1) = "0" or left(Fields!Customernum,1) = "1")
and (Fields!Customernum <> "0XY'
and Fields!Customernum <> "111"
and Fields!Customernum <> "133"
and...
January 10, 2014 at 4:35 am
Viewing 15 posts - 1 through 15 (of 93 total)