Viewing 15 posts - 1 through 15 (of 40 total)
drew.allen (12/9/2011)
JonFox (12/8/2011)
WHERE (H.SALESSTTUS = 1 AND
H.SALESORIGINID IN ('DSM','DSM-Trf') AND
...
December 9, 2011 at 11:49 am
where
CASE WHEN @PrmDateDim= 'CreationDate' THEN (Case WHEN L.SALESSTATUS = 1
...
December 8, 2011 at 11:45 am
Just overlap is fine. I got nothing so far. I have been thinking but couldn't get any thing. Thanks for the reply.
December 8, 2011 at 11:30 am
Daniel Bowlin (6/10/2011)
June 10, 2011 at 10:31 am
I just made this table for testing purposes.No indexes and keys required.
May 12, 2011 at 10:08 am
Thanks for the replies guyz..
CREATE TABLE DSI_SUBS_STOP_START_DRW
(
ACCOUNT NUMBER(12),
TRANS_DATE ...
May 12, 2011 at 9:57 am
This is the answer
Basically, the idea you put in the TypeRankValue column the priority of this address, so that might be something like
With cte As
(Select c.customerId,c.CustomerName,c.CustomerNumber, c.address, c.addressTypeId,
Case...
April 29, 2011 at 12:38 pm
It's possible, may be not in visual basic but
=IIf(JOIN(Parameters!salesPersonID.Label , ", ") = JOIN(Parameters!All_ADUserList.Label , ", "), "ALL", JOIN(Parameters!salesPersonID.Label , ", "))
I created another dataset All_ADUserList same SQL as salesPersonID...
April 14, 2011 at 4:05 pm
Thank you so much. This helps. But i see SQL is too big as compared with Oracle. Could you also please help display the dates as Monday,Tuesday,....sunday or atleast Mon,Tue,...Sun.
April 7, 2011 at 8:38 am
I opened the dataset and clicked on run and it went through. When i run this in Toad it gives me the result.:-D
March 31, 2011 at 2:17 pm
select 2/3 tru from dual
Its not T-sql its oracle. Thanks.
March 31, 2011 at 1:24 pm
In the parameters i did allow multiple values. If unselect that report works fine. Can we write the expression in such a way that it accepts multiple values.
March 25, 2011 at 1:23 pm
Viewing 15 posts - 1 through 15 (of 40 total)