Viewing 6 posts - 1 through 7 (of 7 total)
basically the logic of this code is what I need into the format of an sql select query:
declare @start as int;
declare @end as int;
declare @entries as int;
set @start = 1;
set...
September 14, 2011 at 2:56 pm
Hey, I did find a couple of steps from some coworkers. Basically I found that I could use the format:
SELECT (substr(#prompt('List', 'String')#,1,instr(#prompt('List','String')#,', ')-1)) Asset FROM Dual Union
SELECT (upper(#prompt('List', 'String')#)...
September 14, 2011 at 2:10 pm
It's just hard to find someone with the knowledge in both systems. But thank you both for trying.
August 4, 2011 at 7:35 am
@ Ninja's_RGR'us
I am confident it will work if your putting into an SQL processing program. I am also confident it will work for me if I do the same....
August 3, 2011 at 10:32 am
Thanks, but that doesn't work for me which is why I asked for help. I was hoping to find a person that knows SQL, Cognos, and willing to help. I...
August 3, 2011 at 9:26 am
I guess it's too hard to do. 🙁
August 3, 2011 at 7:53 am
Viewing 6 posts - 1 through 7 (of 7 total)