Question
Atos
Atos
NL
Atos
Posted: Apr 22, 2021
Last activity: Apr 29, 2021
Last activity: 29 Apr 2021 8:50 EDT
Closed
Solved
Using a Decision Table to fill a Pagelist
How do you source your Datapage using a Decision Table?
Requirements:
- Use a Datapage
- Use .pxResults
- Use .pyLabel & .pyDescription
- 2 results should be static
- Other results should be based on the Decision table
2.1: .pyLabel == "Static 1"
2.3: .pyDescription == "This is Static 1"
3.1: .pyLabel == "Static 2"
2.1: .pyLabel == "Static 1"
2.3: .pyDescription == "This is Static 1"
3.1: .pyLabel == "Static 2"
3.2: .pyDescription == "This is Static 2"
Based on your Casetype, your results will defer.
Casetype A -- D_MyDataPage.pxResults
Static 1
Static 2
Variable 1 (A)
Variable 2 (A)
Casetype B
Static 1
Static 2
Variable 1 (B)
Variable 2 (B)
Good luck!