Text Field Not Flowing In RTC

LambaLamba Member Posts: 260
edited 2012-07-03 in NAV Three Tier
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

Answers

Sign In or Register to comment.