amit_kothari
Employee
Employee
since ‎03-02-2022
‎07-22-2024

User Statistics

  • 74 Posts
  • 10 Solutions
  • 5 Kudos given
  • 54 Kudos received

User Activity

Check out this document on how to optimize Incorta for maximum performance of Data Loads and Dashboard rendering .
Check out this document on how to optimize Incorta for maximum performance of Data Loads and Dashboard rendering .
Question How do I parse a JSON string from column to flattened structure in Incorta? Answer Assuming a Incorta table has a column with JSON string then here is a sample pyspark code which you can use to create a Materialized view in Incorta - from...
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.