Question
VSB Engineering College - India
IN
Last activity: 5 Aug 2024 12:14 EDT
Showing List of Books using Decision table and Data Transform
Book genre has fiction and nonfiction types, while selecting any one of these,different category of books related to that should be displayed as checkboxes.
while clicking two or three checkboxes(selecting multiple categories) of books like fantasy, motivational, horror, all the books in that category should be displayed? using decision table and data transform
***Edited by Moderator Marije to change type from Pega Academy to Product***
@SabithaK8595
To get the result of books with different category after selecting the Gener, Create a Page group. Like Pg(Fantacy), PG(Motivational)..
In DT to call decision table chose below function.
@DecisionTable.ObtainValue(tools,myStepPage,"StageCode",true)
In decision table you will be defining the geners in left side and will get the result of Category. So that you will be populating the required category to select in UI.
and if category gets selected show the page group result.
let me know if this resolves your query.