How to add Report Description to the Report?

I would like to add the description field, found here:

to the top of my report here:
Capture.232c344d123dJPG

However, I do not see the description field in the available fields in the RDL expression editor. Can I access this description from my report and get it to stick in there?
Thanks!
Nate

Should be there already I think

=First(Fields!RptLiteralsRptTitle.Value, "RptLabels")

image


BAQ Report not sure been a while.

1 Like

Interesting! That field is not listed in my RptLabels dataset.

2 Likes

Try adding it to the DataSet Query see if it picks it up.

1 Like

Was the description left blank initially?

No I don’t think so. You can see in the first screenshot the description is there. I did created this BAQ Report by copying an older report.

I added it ok, and didn’t get any syntax errors, but it wouldn’t run. sent a server side error:

Query execution failed for dataset ā€˜RptLabels’. —> System.Data.SqlClient.SqlException: Invalid column name ā€˜RptLiteralsRptTitle’.

Is this a legacy BAQ Report or using the Report Data Definition (New way)?

Legacy I believe.

Do you have a dataset called BAQReportParameter I wonder if any of these fields have the desc

Can you manually add the label to the RDD?

image

Yes, I checked there. It is not in my report parameters. I tried the BAQID, BAQRptID, ReportTitle, and RptVersion fields. None of them are the description that I am looking for. :thinking:

I can try that! What should I use for the value here?
EDIT: Oh I can just manually assign the label instead of pulling the description field from the BAQ Report. Is that what you suggest?

1 Like

:man_shrugging: I’m assuming you can enter a static value… whatever you want show in the description. Give it a name, and that value will show up when you add that field to the report.

Dunno… haven’t done it before, haha.

:crossed_fingers:

1 Like

I think this approach might work, but it so much trouble to resync my RDD now. If there is any other way I would like to try that first. haha!

I was getting ahead of myself. There is a field right below description in the BAQ Report Designer called Form Title. I just updated the form title to match my description. Then I added this field to my report:

=First(Fields!ReportTitle.Value, ā€œBAQReportParameterā€)

This is perfect! I didn’t need the description field after all. Thanks guys!

5 Likes

Wait, so you’re going to leave it to ME to test if you can manually add a label successfully???

In that case…

giphy.gif ?cid=6c09b952w9ib6d268hd99cm8wgw1jcplb8upccqiv3qm65du&ep=v1_internal_gif_by_id&rid=giphy. gif&ct=g

2 Likes

Bahaha! I know, right?!

I always had @ckrusen test. He needs to come back we need to give him our demo env :slight_smile:

7 Likes

It’s been so long since I’ve been on an Epicor system, I’d only be able to provide help with E10. E10 - using the Classic shell.

1 Like