Home > database >  A computational domain is added in the database of the DataWindow compute_1, how to calculate the va
A computational domain is added in the database of the DataWindow compute_1, how to calculate the va

Time:09-22

Such as input the total wages of employees, and then through the calculation domain compute_1 average wage, how to calculate the value of the deposit to the database table,
Staff table: total wages (not empty), average wage (allow empty)

CodePudding user response:

Access to the data window this value then update to the list

CodePudding user response:

reference 1st floor response:
access to the data window this value then update to the list

Could you tell me how to get to this value and then updates to the database? Please guidance!

CodePudding user response:

Computational domain in the detail area, can pass getitemnumber, getitemstring function reads the calculation results, such as

CodePudding user response:

reference 3 floor response:
computational domain in the detail area, can pass getitemnumber, getitemstring function reads the calculation results, such as

Could you tell me how to achieve this should be?

CodePudding user response:

A decimal ld_pjgz
Ld_pjgz=dw_1.object.com pute_1 [1]
The update employee table set=average wage: ld_pjgz

Give it a try, it may be

CodePudding user response:

The
reference 5 floor response:
decimal ld_pjgz
Ld_pjgz=dw_1.object.com pute_1 [1]
The update employee table set=average wage: ld_pjgz

Give it a try, it may be

Thank you very much!

CodePudding user response:

Compute_1 can be getitemnumber take into value premise is:

Compute_1 must in detail the

  • Related