RTC report Caption

tedltedl Member Posts: 20
edited 2011-03-31 in NAV Three Tier
Hy,

I have problem with Caption in my report

In Classic report I normally See caption of line, in RTC report I can't see Caption or is blank I don't know.

Look the attachments.

Comments

  • kinekine Member Posts: 12,562
    And what is exactly in the header fields entered? It is not displayed on the screenshot...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • tedltedl Member Posts: 20
    kine wrote:
    And what is exactly in the header fields entered? It is not displayed on the screenshot...


    So thats the problem it is not display on the report RTC, but I don't know why.
  • kinekine Member Posts: 12,562
    You do not understand me: what is inside the fields in the RDLC? I can see only "First(Fields:" but I want to see whole text inside the field...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • tedltedl Member Posts: 20
    kine wrote:
    You do not understand me: what is inside the fields in the RDLC? I can see only "First(Fields:" but I want to see whole text inside the field...

    Hy

    Inside the fields tn the RDLC is:

    =First(Fields!Purch__Inv__Line_QuantityCaption.Value)

    =First(Fields!Purch__Inv__Line__Unit_of_Measure_Caption.Value)

    =First(Fields!Direct_Unit_CostCaption.Value)

    =First(Fields!Purch__Inv__Line__Line_Discount___Caption.Value)

    =First(Fields!Purch__Inv__Line__Allow_Invoice_Disc__Caption.Value)

    =First(Fields!Purch__Inv__Line__VAT_Identifier_Caption.Value)
  • kinekine Member Posts: 12,562
    Ok, it looks correct, have you used the "About this report" to look at the dataset send to the RDLC? Are these values filled in?
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • tedltedl Member Posts: 20
    kine wrote:
    Ok, it looks correct, have you used the "About this report" to look at the dataset send to the RDLC? Are these values filled in?


    How do I look?
  • kinekine Member Posts: 12,562
    Run the report into preview mode, clinck the "About this report..." under the "Help" icon in the upper right corner. It will activate this functionality, close the report, run it again, click again the "About this report..." and now you can see the dataset...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • tedltedl Member Posts: 20
    kine wrote:
    Run the report into preview mode, clinck the "About this report..." under the "Help" icon in the upper right corner. It will activate this functionality, close the report, run it again, click again the "About this report..." and now you can see the dataset...

    Hy,

    Nice trick. Thank You. But you can see from attachemnts I have five lines for invoice. Why happen this.

    have a nice day
  • kinekine Member Posts: 12,562
    Check the sections on your report, it looks like you have more sections and only this one line is printed within it and other lines are from another sections where the captions are not known.

    In generally: check the standard report structure...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • tedltedl Member Posts: 20
    kine wrote:
    Check the sections on your report, it looks like you have more sections and only this one line is printed within it and other lines are from another sections where the captions are not known.

    In generally: check the standard report structure...


    Is any chance to group item in dataset into one row?
Sign In or Register to comment.