Export Report in Excel Format

arnavchander
arnavchander Member Posts: 26
Hi.
How to create report...when i click on preview it should view and export the report in excel format.
I am using..NAV4.0.
?? :cry:

Comments

  • rsfairbanks
    rsfairbanks Member Posts: 107
    have you tried this?

    search.php
  • arnavchander
    arnavchander Member Posts: 26
    Thanks..I've searched bt i am not able to find out the step by step instruction as I am a begninger... :-k
  • rsfairbanks
    rsfairbanks Member Posts: 107
    I presume you are an end user.
    Try following report 29.

    Start with the excel buffer table (as temporary table)
    Populate the table with the function entercell
    use function openbook or createbook
    Use function createsheet
    use function GiveUseControl

    There are numerous examples in the search. After you understand this you can learn how the functions operate.