Create Excel Templates for BI Publisher

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

КОМЕНТАРІ • 16

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

    Thank you! it's a very useful video.

  • @nico11
    @nico11 4 роки тому +1

    It has been really helpfully. Thank you so much!

  • @soundaryagunasekaran1278
    @soundaryagunasekaran1278 4 роки тому

    Thank you so much it was very good and clear explanation i didnt find in any of the channel .. it is so helpful to me ....

    • @PeopleToolsTechTips
      @PeopleToolsTechTips  4 роки тому +1

      Glad it helped!
      We're going to be posting a lot more info about working with BI Publisher in PeopleTools... and other subjects.
      So stay tuned
      - Randy

    • @soundaryagunasekaran1278
      @soundaryagunasekaran1278 4 роки тому +1

      @@PeopleToolsTechTips i used it for oracle bip report...

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

    Thank you sou much!!!

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

    Thank you, it has been very helpfully, just a question exist a function or sometime close to the NVL function in rtf template, i mean the template put a zeros in the fields of null values (blank fields), thank you

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

      Look into the conditional areas of the RTF template. If the value is zeros, don't show the zeros or show an alternate value to the user when zero

  • @venkateswar4939
    @venkateswar4939 3 роки тому +1

    Very Helpful. But I am curious to know how you generated the xml file in BIP which was giving you state level tax info in hierarchial mode and not in traditional relational form. Can u give sample query/ reference link pls.

    • @PeopleToolsTechTips
      @PeopleToolsTechTips  3 роки тому +1

      I used the rowset method to create the XML File.
      Take a look at the post here for details:
      peopletoolstechtips.com/create-an-xml-file-with-peopletools-using-the-rowset-method/
      You can also download the tools project and see all the code including creating the XML file if you import it into a PUM or a DEV environment (HCM)

  • @AgniRao
    @AgniRao 3 роки тому

    Very informative. Thank you. Is there any way we can split the sheets by number of rows. Ex: the new sheet should be created once it reaches 60K row.

    • @PeopleToolsTechTips
      @PeopleToolsTechTips  3 роки тому

      You could add a new field to your XML File and assign 60k rows of data to that tag value. Add a new value for each 60K. Then page break on that tag value. I would use the RowSet method to create this file

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

    Nice. How can we sort the data in excel template?

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

      Sort the data in your rowsets before sending it to the XML file

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

      @@PeopleToolsTechTips Thank you