report layout RTC vs Classic 'Detailed Calculation'

robinho81robinho81 Member Posts: 48
edited 2013-07-20 in NAV Three Tier
Hello,

It has been a while since working with the RTC report layouts... And I can't remember how to solve this issue. I inserted Routing Comment Line under the Routing Line in Report 'Detailed Calculation'. In the classic layout it shows one routing line and all comment lines that belong to this one routing line. But in the RTC layout it shows for every comment line one routing line. This way we see double or triple routing lines in the report. See the attached images.

In the RTC report I've added a new line below the Routing Line.

Can someone explain how to adjust the report?

Thank you!

Comments

  • StLiStLi Member Posts: 83
    depends on your recordset.

    The most elegant way would be to handle the routing line as group and the comment lines as actual lines. but if you want to keep the classic design, this can require some adjustments that are just to time-consuming.

    another way would be to tinker with the visibility property (=CStr("Commentline Field")="") or the other way around.
  • robinho81robinho81 Member Posts: 48
    Ok thanks, I solved it by filling a global variable with all the comment lines and print this variable in the routing line dataitem.
Sign In or Register to comment.