A Classic report has been developed where is also shows amount in Words,it shows well at Classic Client(R2).But how to do the same in RTC(R2). ](*,) .All other details are displayed correctly except Amount in Words in RTC(R2). ](*,) .Unable to get clear idea from Check report and others #-o
0
Comments
Did you check report 13723 and 13724?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
you can check dataset results in about this report..
I hope you have not written code in sections :-k
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
totalamount := totalamount + Amount;
and pass totalamount variable to function which converts to words..
Can you show your dataset result from about this report?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
tat amt variable in Conversion function,which displayed correctly at CC[ FormatNoText(NumberText,ABS(Amount),'');].
Called the same function at Onafter getrecord for ISSERVICE Tier.But the conversion FormatNoText(NumberText,ABS(Amount),''); is not showing proper result at RTC.
=First(Fields!NumberText_1____NumberText_2_.Value) is the value for Conversion at VS.This shows the amt in words
for the first value of the amt ie =Fields!Purchase_Line_Amount.Value,but the issue is amt in words should be displayed for
=Sum(Fields!Purchase_Line_Amount.Value) - this is the value assigned for Total field at VS. ](*,) :?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
<DesignColumnRef Name="Amount_Caption" />
<DesignColumnRef Name="NumberText_1____NumberText_2_" /> - { where the amt in words displayed.}
<DesignColumnRef Name="Order_Date__Caption" />
<DesignColumnRef Name="Order_No__Caption" />
<DesignColumnRef Name="Purchase_Line___No__" />
<DesignColumnRef Name="Purchase_Line__Description_Control63" />
<DesignColumnRef Name="Purchase_Line__Quantity" />
<DesignColumnRef Name="Purchase_Line__QuantityFormat" />
<DesignColumnRef Name="Purchase_Line__Unit_of_Measure_" />
<DesignColumnRef Name="Purchase_Line_Amount" />
<DesignColumnRef Name="Purchase_Line_Amount_Control1000000010Format" />
<DesignColumnRef Name="Purchase_Line_Amount_Control1000000051Format" />
<DesignColumnRef Name="Purchase_Line_AmountFormat" />
First(Fields!Total_AmountCaption.Value) - Displays the total amt . The amt displayed here has to be in words.
rather the output for "NumberText_1____NumberText_2_" is the amt of first order or Qty. #-o
please search the forum...
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav