Oracle Analytics Publisher

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

RTF Template - I want to print the sum of salary where account=77000 in RTF templete.

Received Response
21
Views
3
Comments
Pooja_123
Pooja_123 Rank 4 - Community Specialist

I tried few syntax from google but getting blank result, anyone will help me with correct syntax for this logic.

Tagged:

Answers

  • Kevin M-Oracle
    Kevin M-Oracle Rank 6 - Analytics Lead

    We need more details to assist.

    Basically, for-each whatever [account=77000]

    end for-each

    sum(salary).

    Rgds,

    Kevin

  • Pooja_123
    Pooja_123 Rank 4 - Community Specialist

    Yes, I want to get the sum(salary) for account range between 10000 and 29999 in excel templete. how do I achieve this logic

  • Kevin M-Oracle
    Kevin M-Oracle Rank 6 - Analytics Lead

    Best to do that in the data model, so you can display tabular data using a template.

    Rgds,

    Kevin