Viewing 15 posts - 16 through 30 (of 30 total)
That worked with one minor adjustment.
In the expression I had to put DATEADD("d", -30, @date)
August 14, 2006 at 1:54 pm
I had already explicitly set the data type in query 2 "Declare @var1 char(2)
".
Here is want I ended up doing. I created a text box and put the Iif statement...
August 14, 2006 at 7:32 am
Post the queries that you are using.
August 10, 2006 at 9:42 am
Then it sounds like you need to create a dynamic query. That is how I get all as the default. Here is a link to a walk througt to create...
August 10, 2006 at 9:04 am
I have had the same problem before. I over came it by creating a dataset that would only return the default value that I needed and used that query to set the...
August 10, 2006 at 8:33 am
Thanks for all your help directing me to the right places. And I thought there was a trick to acomplish this.
April 5, 2006 at 7:14 am
Yes that is what I want to have happen. Could you give me an example?
April 4, 2006 at 2:20 pm
You can't do a data driven report unless you have Enterprise addition.
March 27, 2006 at 9:12 am
Ya I know I though this was the best place, not the programming forum. Thanks!
March 10, 2006 at 10:23 am
March 9, 2006 at 3:33 pm
Yes that was much faster, but the problem I have is that not all the rcitem.freceiver are in rcinsp. So the way you wrote the query does include the null...
March 9, 2006 at 3:09 pm
Thanks for your reply!
How would I do the the calculation in a subquery?
March 9, 2006 at 9:29 am
Thanks for your reply.
I tried as you suggested and it still returned to many results and over inflated the total.
It would be so much simpler if I didn't need info...
March 9, 2006 at 6:42 am
Searched through the post and found an answer to my own question. Should have done that first. Thanks!
February 23, 2006 at 7:25 am
Viewing 15 posts - 16 through 30 (of 30 total)