Viewing 15 posts - 1 through 15 (of 28 total)
Under the same configuration, if I query below I can load data into table without issue.
select * FROM ...
December 6, 2018 at 1:08 pm
Yes Sir.
The back end is Oracle. Is there anyway i can make below statement to work? Thank you.
to_char(trunc(load_date, 'IW') - 1, 'YYYY/MM/DD') | | ' -...
December 6, 2018 at 12:08 pm
I guess i am just consuming it. So is there anything else i can do in SSRS besides "Add Calculated Field" ? thank you.
November 8, 2018 at 12:01 pm
Thank you Pietlinden.
I tried right click on my dataset. All i see is only "General" option in Dataset Properties. There is no "Add Calculated Field" . thank you.
November 8, 2018 at 11:17 am
Sorry. I dont know anything about create table script. Because i was just using the dataset someone created for me.
When i drag and drop into design area, it already...
November 8, 2018 at 10:22 am
January 12, 2017 at 11:49 am
Thank you so much Sue for the solution.
September 26, 2016 at 11:42 am
Thanks Sue.
I meant the script I did earlier was to copy the data from columns in table 1 to columns in table2.
Now both tables have the same data....
September 22, 2016 at 5:09 pm
thank you very much everyone.
I was able to achieve that with all your generous helps.
thank you
August 6, 2015 at 8:38 am
Thank you very much Jason. None of the queries is working.
The assignment is to exclude single LEV5 data and only show all the duplicate LEV5.
thanks.
Bf_ORGN_CD ...
August 4, 2015 at 5:54 pm
Thank you all very much.
Should I apply the whole thing or only below part in my query? thank you
SELECT LEV5
FROM MyCTE
GROUP BY LEV5
HAVING COUNT(*) > 1
)
SELECT MC.*
FROM MyCTE AS...
August 4, 2015 at 2:47 pm
Thank you all.
I think the result I would like to see is as below
sorry for the confusion.
Bf_ORGN_CD LEV5 ...
August 4, 2015 at 12:36 pm
Thanks Steve.
When I added below part into my query
group by B.BF_ORGN_CD, B.LEV5, A.BF_ACTY_CD
having count(B.LEV5) >1
none of the records was showed. Not sure if I did something wrong.
thanks.
August 4, 2015 at 11:29 am
Thanks Alvin and luiz.
Did you refer that I need to union with another table?
The single query worked fine when I executed. Each one has the data I want.
I...
July 30, 2015 at 2:30 pm
here is an error msg :ORA-00933: SQL command not properly ended
thanks
July 30, 2015 at 12:45 pm
Viewing 15 posts - 1 through 15 (of 28 total)