Viewing 15 posts - 1 through 15 (of 30 total)
Thanks everyone. All three suggestions were helpful. I was able to get the desired results for my client.
Thank you!!
March 4, 2015 at 6:52 pm
Thanks again. I may have to go that route.
September 29, 2013 at 7:11 pm
Thanks for your reply, that was my first thought as well. However, some records in the table doesn't follow the same batchnum format. Therefore, some records would...
September 29, 2013 at 6:58 pm
OK, Thank you
August 16, 2013 at 10:50 am
Mind you, this script will be used in a ETL process that will be run weekly
August 16, 2013 at 10:31 am
OK, Thank you. Actually this is in PL/SQL but the process logic should basically be the same.
I have a query as SELECT DISTINCT Field FROM Table a
I...
August 16, 2013 at 10:28 am
Thanks to all who has responded. I appreciate your input!!
September 14, 2011 at 9:55 am
YEs...Thank you so much for your help!!
May 17, 2011 at 8:57 am
Thank you the grouping I refered to happens in the report. The user want to be able to drill into the groups so I have to provide the data...
May 17, 2011 at 8:21 am
After running my query to a #temp table I have tried this
DECLARE @Parameter varchar(12)
BEGIN
IF @Parameter = 'Credit'
THEN
(SELECT [Doc Number],[Customer Name],[Owner],[Rev Type1],[Mail Date],[Revenue Date],[Days Outstanding],[0-30 Days],[31-60 Days],
[61-90 Days],[91-120 Days],[121-150 Days],[151...
May 17, 2011 at 8:09 am
The issue with this apprach is that the filter is applied on gtoupings. If the net of the grouping is < 0 then is would be returned by selecting...
May 17, 2011 at 6:35 am
I need to be able to have a parameter that has two option.
DEBIT = where totals are > 0
CREDIT = where totals are < 0
The user would select one or...
May 16, 2011 at 9:34 pm
To be more specific, I am talking linked reports using the "jump to" action.
April 1, 2011 at 7:59 pm
OK..thanks I'll check into that.
March 31, 2011 at 8:38 am
Viewing 15 posts - 1 through 15 (of 30 total)