Viewing 15 posts - 1 through 15 (of 20 total)
OK, so I named a hidden parameter and defaulted the value to the query field. That seems to work.
February 28, 2011 at 2:45 pm
thanks.....
January 31, 2011 at 1:52 pm
I don't want to post the whole query but this section prevents anything other than a date stored as a varchar:
t_UserExtended_1.ue_ControlName = 'PO_InvoiceDate'
That's the join I was alluding to when...
February 2, 2010 at 1:48 pm
Yes, it's ugly but it's what I have!
Unfortunately, using ISDATE doesn't fix my problem.
AND (t_UserExtendedValue_1.uv_Value >= @InvStartDate)
ISDATE returns an int value to indicate if it's a date or not. ...
February 2, 2010 at 9:50 am
Thanks Jack,
This is one of the reasons why, if you have the option, you should use correct data types.
You're preaching to the choir, my friend! I agree entirely but,...
February 2, 2010 at 8:23 am
Yes, I've checked that. Neither the dataset name or field has changed (or at least, not changed explicitly). The only change I've made is to place my tables...
January 5, 2010 at 1:50 pm
I still have a problem with my report. I have several tables within a parent table as suggested but some of the datasets aren't found by the report. ...
December 23, 2009 at 11:20 am
Thanks for the reply. It's not very encouraging but c'est la vie.
December 23, 2009 at 8:32 am
Thanks Jack,
Yes, that's it.
thanks,
Paul
November 17, 2009 at 7:57 am
Thanks,
Actually I already did it. It was a lot more straightforward than I thought it was going to be. I just dragged an image to my report pane...
November 4, 2009 at 11:15 am
I just tried exporting it to Word which seems to be what I need...
August 11, 2009 at 4:59 pm
Thanks Bob,
Yes, it's funny how that happens but it's always good to ask around and there's no better place to ask than this forum.
I'm on a few forums but there's...
April 27, 2009 at 9:19 am
I'll try these options .....thanks....
April 22, 2009 at 8:43 am
OK, I've used 'CountRows' specifying year, month and day (excluding variable hh:mm:ss)
March 13, 2009 at 3:13 pm
Viewing 15 posts - 1 through 15 (of 20 total)