BI Publisher (MOSC)

MOSC Banner

SC_ARXAG_INV_SAMPLE.xml

3060918
3060918 Posts: 9 Green Ribbon
edited Jan 27, 2016 11:43AM in BI Publisher (MOSC) 8 comments

Comments

  • 3060918
    3060918 Posts: 9 Green Ribbon
    Version
    ARU-dbdrv
    Extractor Version
    Template Code
    Template TypeTYPE_EXCEL_TEMPLATE
    Preprocess XSLT File
    Last Modified Date
    Last Modified By
    Data Constraints:
    XDO_SKIPROW_?C_AMT_DUE_REMAINING_INV?<xsl:for-each select="G_LAST[C_AMT_DUE_REMAINING_INV!=0]">
  • Version
    ARU-dbdrv
    Extractor Version
    Template Code
    Template TypeTYPE_EXCEL_TEMPLATE
    Preprocess XSLT File
    Last Modified Date
    Last Modified By
    Data Constraints:
    XDO_SKIPROW_?C_AMT_DUE_REMAINING_INV?<xsl:for-each select="G_LAST[C_AMT_DUE_REMAINING_INV!=0]">

    pastedImage_0.png

    The right correct syntax is

    <xsl:for-each select="G_LAST[C_AMT_DUE_REMAINING_INV != 0]"/>

    For other examples of conditional code see:

    http://docs.oracle.com/cd/E28280_01/bi.1111/e22254/create_excel_tmpl.htm#ext_skiprow


    Please correct this tag and try again.


    Regards,

    George



  • 3060918
    3060918 Posts: 9 Green Ribbon

    pastedImage_0.png

    The right correct syntax is

    <xsl:for-each select="G_LAST[C_AMT_DUE_REMAINING_INV != 0]"/>

    For other examples of conditional code see:

    http://docs.oracle.com/cd/E28280_01/bi.1111/e22254/create_excel_tmpl.htm#ext_skiprow


    Please correct this tag and try again.


    Regards,

    George



    Hi George,

    I tried with your syntax , still my output is not filter output base on condition. I also checked link which you provided. but it's skipping row base on element attribute instead of value.

    Please advise.

  • Kevin M-Oracle
    Kevin M-Oracle Posts: 12,388 Diamond - Community Leader

    What application and version are you running the layout from?

    Kevin

  • 3060918
    3060918 Posts: 9 Green Ribbon

    What application and version are you running the layout from?

    Kevin

    Hi Kevin,

    I am using this template in Oracle Application version R 12.1.3.

  • Kevin M-Oracle
    Kevin M-Oracle Posts: 12,388 Diamond - Community Leader

    Hi Kevin,

    I am using this template in Oracle Application version R 12.1.3.

    We do not support Excel templates in EBS 12.1.3, we do not have all the libraries required to support these layouts until EBS version 12.2

    Kevin

  • 3060918
    3060918 Posts: 9 Green Ribbon

    We do not support Excel templates in EBS 12.1.3, we do not have all the libraries required to support these layouts until EBS version 12.2

    Kevin

    Hi Kevin,

    I am able to generate output in Excel format using excel template but only i am not about to skip row based on filter criteria in EBS 12.1.3.

    Kindly advise.

  • Kevin M-Oracle
    Kevin M-Oracle Posts: 12,388 Diamond - Community Leader

    Hi Kevin,

    I am able to generate output in Excel format using excel template but only i am not about to skip row based on filter criteria in EBS 12.1.3.

    Kindly advise.

    We do not support this template type in 12.1.3 because the libraries to support it are incomplete.

    You need 12.2 for full functionality.

    Kevin

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center