Hi,
I have a custom report having a field named "Sell-to Customer No." + ' ' + Saleshead."Sell-to Customer Name",
out of which "Sell-to Customer No." is flowing in RDLC, i have cross checked the About the report.
The issue is that the other field Saleshead."Sell-to Customer Name" is not flowing.
Methods i tried:
1. Used FORMAT before the SourceExpr as FORMAT("Sell-to Customer No." + ' ' + Saleshead."Sell-to Customer Name");
2 Created a new txt box with the new SourceExpr as SLSellToCust, here SLSellToCust is a Txt variable whose IncludeInDataset property is set to ".Yes". And i have assigned the variable the requisite value as
SLSellToCust :=Saleshead."Sell-to Customer Name";. The value was flowing in the classic txt but not in RDLC.
3. I have cross checked the About this Report in both the case, the value was not flowing ](*,)
PFA
0
Answers
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Saleshead.GET("Sales Line"."Document Type","Sales Line"."Document No.");
So this was the reason of missing value.
Thanx Mohana for ur time
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav