In RDL reporting in NAV 2017 what's the difference in using FIELDCaption(MyTable.MyField) instead of Include Caption = TRUE in the Report Dataset Designer.
When should I use which one in which context, what's the be practice on this ?
I see that sometimes on some reports IncludeCaption is ticked to TRUE and sometimes fieldcaption is used, what's the design decision pattern on this ?
// Horia Nhari \\
0
Answers
FIELDCAPTION is the old way (2009 R2 and older)
Include Caption = TRUE is the new way (2013 and newer)
like in Report ID 312 - Purchase Statistics there is
FIELDCAPTION("No.") and FIELDCAPTION(Name)
In the new reports (example 5935), MS uses the "Include Caption".
where you actually need to switch language caption within the same Dataset