Viewing 6 posts - 121 through 126 (of 126 total)
Hi,
You should be able to do this by using a drived table which is basically making your query into a table on the fly.
Basiacally it would be
select *...
September 25, 2009 at 2:06 am
Hi,
I think you need to use a nested iif statement something like the following can be used:
=iif(Fields!Count.Value >0,"Green",
iif(Fields!Count.Value =0, "orange",
iif(Fields!Count.Value >-10, "orange",
"red")))
This should work, let me know how...
August 14, 2009 at 8:37 am
The history page you have mentioned only contains settings, I have checked the tickbox
'Store all report execution snapshots in history '
This requires a default parameter which I have...
March 4, 2009 at 3:04 am
Thanks Guys
much appreciated.
October 8, 2008 at 5:48 am
Thanks that may well do the trick
🙂
October 8, 2008 at 2:16 am
Thanks the dateadd function works fine!
🙂
I just discounted it as it had date in its title
:blush:
October 7, 2008 at 8:31 am
Viewing 6 posts - 121 through 126 (of 126 total)