Reports in Business Central in Word Layout | configuring word layout report | bc tutorial | trending

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 32

  • @revathithirunavukarasu6923
    @revathithirunavukarasu6923 2 роки тому +3

    I was waiting for this report for very long days. As usual u explained it clearly. Thank you so much

  • @chirangaranasinghe19
    @chirangaranasinghe19 2 роки тому +3

    Perfect like always. Thank you so much. Waiting for more Videos related to report. Take Care Stay Safe Bye Bye

    • @gomstechtalks
      @gomstechtalks  2 роки тому +1

      Thank you . you too stay safe. Take care.
      Thabks and regards,
      Dr. Gomathi

  • @konfigurator7268
    @konfigurator7268 Рік тому +1

    Great Job - and it's sometimes funny to see how you go through things which will not work as you want -
    To repeat data in a table in Word for the German developers:
    Tabellenzeile markieren
    In XML-Zuordnung Rechtsklick auf "Customer"
    Inhaltssteuerelement einfügen / wiederholt auswählen
    Und dann in jede Spalte das von Gom beschriebene Verfahren anwenden, also "Inhaltssteuerelement einfügen" / "Nur-Text"
    Thank you dear Gom!
    Kind Regards
    Carsten

  • @indranijayakody3381
    @indranijayakody3381 Рік тому +1

    Perfect teaching like always on all your videos. thank you very much

  • @stepheneapen
    @stepheneapen Рік тому +3

    Hi Everyone,
    We can do repeating option on dataset (in Word) to show all line items of child table while designing the report as shown below.
    Make sure you must select one complete rows of line item table in word file before applying it
    Select complete rows of table--.> Select Dataset Item (not columns) --> Right Click--> Insert Content Control --> Repeating
    After the above step , add respetive cloumns by selecting column elements

    • @gomstechtalks
      @gomstechtalks  Рік тому

      Thank you, Stephen.

    • @konfigurator7268
      @konfigurator7268 Рік тому

      @@gomstechtalks That's what I also found out with the repeating data in tables. :-)

  • @mothercensured
    @mothercensured 8 місяців тому +1

    Thank you for this great tutorial! Can you please explain what is the difference between Ctrl+Shift+B and Ctrl+F5? I mean with Ctrl+F5 you see the results in BC but in Minute 18:30 you create before that a package. What's is the importance or benefit of creating a package previously?

    • @gomstechtalks
      @gomstechtalks  8 місяців тому +1

      Thank you for your support and feedback.
      Compiling a package using Ctrl+Shift+B in Visual Studio triggers a build process, ensuring that your code is translated into machine-readable instructions. This step checks for syntax errors and creates the executable file.
      So, compiling with Ctrl+Shift+B ensures a clean build, while using Ctrl+F5 additionally launches the application without attaching the debugger. This can be useful for testing the standalone, release version of your program.
      Hope I answered your question.

  • @henryo6900
    @henryo6900 Рік тому +1

    Hi Maam, thank you for all your wonderful videos that is helping for self-development on AL language. However, my MS word did not display report name so am unable to select the fields and display it on the word layout as the Report name did not appear in the XML pane. Kindly assist. Thank you.

  • @katermausi
    @katermausi Рік тому +1

    Its a very good Video, Thank you.
    But what is in Word Layout if I want to Have Customer as a Header AND Customer Ledger Entrys at Lines and I want to do this Report in Word?

    • @gomstechtalks
      @gomstechtalks  Рік тому

      Thank you. Possible, are you extending any report or doing your report?

    • @katermausi
      @katermausi Рік тому +1

      ​@@gomstechtalks I try to build a onw Report with G/L Account and G/L Entry and later I need Sales Invoice. So I have three Repeater wich needs to run together according the first Data from Account

    • @gomstechtalks
      @gomstechtalks  Рік тому

      I can help if I can see the complete report code

  • @Sv1N2S
    @Sv1N2S 2 роки тому +1

    Hello, can we filter information on word-layout don't use filtering on the request page? for example, printing customers on layout by a specific customer number, Balance, address

    • @gomstechtalks
      @gomstechtalks  2 роки тому +1

      Hi, If you need filters, better use RDL or Excel layout.

  • @sainudheenthacharathodi4892
    @sainudheenthacharathodi4892 Рік тому +2

    Hi, I have one doubt on date formatting, How we can format the date for ex: the due date in the sales invoice, current date format is mm/dd/yy how can I change this into dd//mm// yy, .without coding is it possible

    • @gomstechtalks
      @gomstechtalks  Рік тому +1

      We can do this in the report builder

    • @sainudheenthacharathodi4892
      @sainudheenthacharathodi4892 Рік тому +1

      ​@@gomstechtalks report builder? do I need to create an extension for that or in the word layout I can make the changes.

    • @gomstechtalks
      @gomstechtalks  Рік тому

      You can try in the word layout

  • @rishabhdheer7732
    @rishabhdheer7732 2 роки тому +1

    Please make video on action

    • @gomstechtalks
      @gomstechtalks  2 роки тому +1

      Sure.

    • @gomstechtalks
      @gomstechtalks  2 роки тому

      Please check here
      1. Processing: ua-cam.com/video/S22MS8odsIM/v-deo.html
      2. Navigation: ua-cam.com/video/pPaf8qXQkg0/v-deo.html
      3. Creation: ua-cam.com/video/fCJN3iKPyxM/v-deo.html
      4. Reporting: ua-cam.com/video/xrIY_vvVMJg/v-deo.html
      All the best
      Regards,
      Dr. Gomathi

  • @JitendraDesai-p8u
    @JitendraDesai-p8u Рік тому +1

    Create a record in word it will create only first record of table i want all the record in report

    • @gomstechtalks
      @gomstechtalks  Рік тому

      No, all the records will come. Check your table if you have all the data and if you are not getting it write the query to fetch the required records

    • @gabinog.g.4435
      @gabinog.g.4435 8 місяців тому

      I think I had the same problem. I get the same record repeated. Not diferent records, One for each client record. I think in video happens too. The two rows had the same client data.

    • @gabinog.g.4435
      @gabinog.g.4435 8 місяців тому

      The solution was gived by @stepheneapen in his comentary. Thanks.