Hi,
We need to populate a value dynamic panel question based on each row of the dynamic matrix. In the attached images, we need to populate data of FDIC Limit question for each panel based on the each row of dynamic matrix's column Ownership type & Number of owners with the following conditions,
- If Single is selected for Ownership Type, then 2,50,000 should populated in the FDIC Limit question in the first panel.
- If Joint is selected and 2 Owners then 5.00,000 | If Joint selected and 3 Owners, then 7.50,000 (250000 * Number of Owners) should be populated in the second panel's FDIC Limit of the Dynamic Panel.
Note: By default there will default one row added in the matrix with Owership type as 'Single' & One default panel inside the Dynamic Panel.
We tried to achieve the same behavior with the help of Set Answer trigger but it was not allowing to choose the columns of the matrix while trying to add the Trigger.
Thanks,
Santosh
Hello Santosh,
I would recommend that you try our new
setValueIf
andsetValueExpression
settings. You can use these settings to conditionally set a question value when thesetValueExpression
evaluates totrue
.Please let me know if these settings can help you.