cancel
Showing results for 
Search instead for 
Did you mean: 

Calculated Column (using SQL -Mixing Tables in Data Foundation or Business Layer)

0 Kudos
  1. Hi Guys, I need to create a calculated column at detail level table, but I need to ask for a specific column in table header in order to get a value (master, detail). Both tables are linked by a primary key. I don't know how to do it in data foundation or business layer. Please any example is much appreciated.

Regards,

Iv.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Joe, much appreciated for your feedback. Any example that could help me.

Regards,

Iv.

Joe_Peters
Active Contributor
0 Kudos

Calculated columns are strictly tied to a single table. You can either create a derived table that combines both, and include the calculation there, or do what we used to do in UDT: Create a regular object in the BL that does the calculation, and then reference its definition in other objects by using @Select().