Home > database >  How to let dw_1 and dw_2 part are shown in table table1 record"
How to let dw_1 and dw_2 part are shown in table table1 record"

Time:09-25

How to let dw_1 and dw_2 part are shown in table table1 record
"Such as dw_1 display gender="male" dw_2 display "gender=female"

Please advise thank you!!!!!

CodePudding user response:

Set the filter conditions:

='male' dw_1. Setfilter (" gender ")
Dw_1. Filter ()

='female' dw_2. Setfilter (" gender ")
Dw_2. Filter ()





CodePudding user response:

Top on the first floor of the

CodePudding user response:

Dw_1

Dw_2

Generate the datawindow, you can choose what you want in a certain field data window display,

CodePudding user response:

simply

CodePudding user response:

Add in the where condition data window

CodePudding user response:

safd
  • Related