Kimberley
(K White)
September 26, 2018, 12:46pm
1
I saw an other post someone had issues with the upgrading of the ARFrom RDD. My issue is with the AR Form RDD too but i am starting from scratch just having issues. The biggest issue I am having is the columns that are on the RDD don’t appear on my SSRS report. The odd part is these are not columns I have added these were already there from Epicor standard RDD. As you can see from the screen shot this field is not excluded on the default RDD but I don’t see it in my SSRS dataset.
I have also tried to add the field in the dataset but it turns no data.
knash
(Ken Nash)
September 26, 2018, 12:53pm
2
When you added the column to the report, make sure you select add query field.
Is the field added to your query as well?
Kimberley
(K White)
September 26, 2018, 1:09pm
3
No I do not see Order Num from the Invoice Head table. The only order num is from FSAService; and I have no idea what that table is.
Kimberley
(K White)
September 26, 2018, 3:55pm
4
I did do that but still doesn’t work.
knash
(Ken Nash)
September 26, 2018, 5:28pm
5
Is the field in the guid tables that are created by ssrs.
Kimberley
(K White)
September 26, 2018, 5:37pm
6
you mean the dataset?? this area highlighed in yellow
knash
(Ken Nash)
September 26, 2018, 5:40pm
7
I mean in the database where you are pulling in the fields for the report. Are you seeing the columns there?
Kimberley
(K White)
September 26, 2018, 5:45pm
8
Yes, looked in SQL and the field is in the table and has data.
ckrusen
(Calvin Krusen)
September 26, 2018, 5:47pm
9
That’s a query of the InvcHead. @knash is referring to the temp table in the Report DB
Kimberley
(K White)
September 26, 2018, 5:49pm
10
I don’t know what or where that is. Unless I am calling it the wrong name.
knash
(Ken Nash)
September 26, 2018, 5:59pm
11
Epicor creates a temp table in your SSRS database. That is where the guid for your report comes into play.
You should see the database in your management studio.
Kimberley
(K White)
September 26, 2018, 5:59pm
12
Oh, I think found what you were talking about. If it is the field is there.
Kimberley
(K White)
September 26, 2018, 6:02pm
13
our comments passed each other. yes I think i found that and if I did. I see the field
knash
(Ken Nash)
September 26, 2018, 6:06pm
14
Which table is it in?
Can you post your query for the datasource as well.
That will reduce the back and forth.
ckrusen
(Calvin Krusen)
September 26, 2018, 6:07pm
15
When you print an invoice the RDD creates temporary tables with the reports GUID as a suffix of the table name.
For example. I just previewed an invoice and the Sys Monitor shows:
the 6f4a0f7838aa4bfa8dd3a8ec6d5a3fba is the GUID that is added to the RDD’s table names.
Not sure exactly where those temp tables are stored.
Kimberley
(K White)
September 26, 2018, 6:14pm
17
Ok I found it. Yes that column is in there.
Kimberley
(K White)
September 26, 2018, 6:30pm
18
@knash and @ckrusen
Thanks for some leading. I got it and it is working.