amit_kothari
Employee
Employee
since ‎03-02-2022
‎04-12-2024

User Statistics

  • 70 Posts
  • 10 Solutions
  • 5 Kudos given
  • 51 Kudos received

User Activity

Supporting user’s default currency based on location and doing currency conversion Define a internal session variable called MyCountry: query(_IncortaMetadata.USER.COUNTRY, _IncortaMetadata.USER.LOGINNAME = $user, _IncortaMetadata.USER.TE...
The usecase here is how to calculate the max date from a table column and then default that to a date prompt in a dashboard. 
Introduction  When replacing your current Informatica ETL processes, there are many approaches you can take to seamlessly transition to Incorta. This document will cover some of the best practices around how to manage an Informatica migration to Inco...
Introduction  There are many Oracle Service ERP (Fusion) modules like Oracle Trade Management or Oracle CPQ which do not integrate with Oracle BICC. In these cases, you can use other available methods, like Oracle BI Publisher (BIP) reports, to publ...
For a specified measure, Oracle's LISTAGG orders data within each group specified in the ORDER BY clause and then concatenates the values of the measure column. How do we implement the LISTAGG() function in Incorta? We can implement this using Spark...