how to run a report for all companies

chandruchandru Member Posts: 15
edited 2004-03-10 in Navision Attain
hi

if anyone knows please tell me how to go about executing the report for all the companies..we can change the company..but how to rerun the same report..pls help me out

regards
chandra
You cannot discover new ocean unless you have the courage to lose sight ofthe shore.

Comments

  • SbhatSbhat Member Posts: 301
    Hi,

    There is a system table called Company, loop through the table and use the CHANGECOMPANY(CompanyName) command and print whatever report you need.

    Regards
    Suresh.
  • eromeineromein Member Posts: 589
    this could work fine for some reports, I could be you want to show information from the diferent company mixed on one page. If so, You'll need to create a temporary table, fill it and read it to print.

    I'm sure there is a very largde post on the forum somewhere that describes exactly what you want.

    Please search the forum first before posting your question.
    "Real programmers don't comment their code.
    If it was hard to write, it should be hard to understand."
Sign In or Register to comment.