Viewing 15 posts - 1 through 15 (of 19 total)
Thank you so much J. Drew Allen! That is exactly what I was looking for. I appreciate your help and detailed script.
December 29, 2022 at 12:23 pm
Johnathan, thank you for your reply but that only yields two rows.
December 22, 2022 at 1:13 pm
Here is the data -- I tried with the row_number() function and various other things that didn't work. Any help is appreciated!
Table Data (view/query below this):
claim ID Claim status Rec...
December 22, 2022 at 12:29 pm
December 22, 2022 at 12:19 pm
I would try doing the insert in batches based on the primary key or another integer. Create a while loop based off the key field and insert a smaller set...
January 24, 2022 at 1:16 pm
You might want to use a script to update your variable values rather than use an expression since you are updating every time the package is run.
November 21, 2019 at 9:00 pm
It sounds like the query you are running to merge into the table is returning duplicate rows. The merge statement requires each row to be unique.
October 10, 2019 at 7:37 pm
That would be very helpful. Maybe I just don't know how to build the formula -- I keep getting errors. I'm not much of an SSRS developer:)
August 2, 2018 at 1:45 pm
Because the text box that should display the report title is not on a data regain, it is in the main report's page header.
August 2, 2018 at 10:11 am
Not that doesn't seem to work as the field is not visible to the main report.
August 2, 2018 at 9:31 am
There is a bookmark and when the bookmark is clicked the report shows. The report is hidden or visible based on the bookmark value. The funny thing is when we...
August 2, 2018 at 8:33 am
I figured it out. It was the sizing of the body within the report.
July 11, 2018 at 1:09 pm
Thank you! That worked for me.
November 30, 2017 at 8:14 am
What we found is that one of the underlying tables used in one of the views the query uses had 20 million + rows. Rebuilding the indexes prior to...
January 4, 2017 at 5:40 am
Viewing 15 posts - 1 through 15 (of 19 total)