Question
Accenture
US
Last activity: 4 Aug 2019 13:36 EDT
Pass selected value from dropdown to fetch related value to next column in Table grid
I have a section with Table grid. I have two data types Services and ServicesCompleted.
Services columns: ServiceName,UnitCost
ServicesCompleted Columns: ServiceName,UnitCost,Quantity,LineTotal
I used ServicesCompleted as source for TableGrid and Services as source for ServiceName Column, ServiceName is a dropdown.
After Selecting the value from dropdown it will call Datatransform to connect to Datapage of Services and get respective UnitCost and assign it to that column in table grid.
Dropdown is working but the ServiceName when passed to Datapage as parameter is always Null. Can anyone please help me.