cancel
Showing results for 
Search instead for 
Did you mean: 

Udf Run time calculation problem

Former Member
0 Kudos

Hi

I create 3 UDF in Row Level  and Create 1 UDF at Header Level

I want to Calculate 3 Row' Level UDF Run time values Total Store in Header Level UDF

I try This Quarry

SELECT SUM(CAST($[$38.U_BED.11] AS INT)) + SUM(CAST($[$38.U_HEDU.11] AS INT)) + SUM(CAST($[$38.U_EDU.11] AS INT))

BUT ITS NOT WORKING

Accepted Solutions (0)

Answers (1)

Answers (1)

kothandaraman_nagarajan
Active Contributor
0 Kudos

HI,

Not possible to update run time. After adding the document, you will get total value at header UDF value.

Thanks & Regards,

Nagarajan

agustin_marcoscividanes
Active Contributor
0 Kudos

Hi

you can use PostTransactionNotification stored procedure to update this UDF.

This field value will be computed after saving the document.

Kind regards
Agustín Marcos Cividanes