Data & Schema Discussions
The dataverse runs deep. Get help with connections, loading, schema development, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Incorta Metadata

Hi Team,I want to build the dashboard with metadata to know schema name, tables , alias tables, columns and formula columns used in which dashboard.Please let me know the table names and column names to build the dashboard.  

KHK by Partner
  • 996 Views
  • 1 replies
  • 0 kudos

Groupby Pivot in Materialized View

Hello, I am trying to create a materialized view with pyspark where I change the shape of a dataframe using a groupby and pivot function to create many new columns  out of a pre existing column.Like so: result = df.groupby("ItemId").pivot("Question")...

week over week?

I need to do some reporting on a week-over-week basis. The built-in "ago" and "toDate" functions only support "month", "quarter" and "year".Any thoughts on how to do this inside a formula on a business schema? My last-ditch thoughts:1) create a date ...