Report problem

vikram7_dabasvikram7_dabas Member Posts: 611
Dear Concern
I am using Nav 4.0 SP3 database in this database I have 4 companies.I want to create report
in this report the data should come from all 4 companies.How I can make it?Plzz tell me with code.
Vikram Dabas
Navision Technical Consultant

Comments

  • ssinglassingla Member Posts: 2,973
    Use "ChangeCompany" option. Search the forum, you will get a lot of posts.
    CA Sandeep Singla
    http://ssdynamics.co.in
  • matttraxmatttrax Member Posts: 2,309
    Yep. You can have a Company data item as the first one in your report. Everything else indented under that. In the OnPreDataItem do DataItem.CHANGECOMPANY(Company.Name).
  • garakgarak Member Posts: 3,263
    if you make not modifications and validates use the Changecompany command.
    you can find it in the C/AL Symbal menu -> RecVariable (leftside) -> Miscellaneous (8IN THE MIDDLE') -> CHANGECOMPANY (on the right side)
    how to use it? press then F1 and read the online help. There is als an example.

    Regards
    Do you make it right, it works too!
Sign In or Register to comment.