Hi,
When i try to get the data through Copy Value in the Matrix Dropdown from Matrix Dropdown i am unable to do so. As the fields from Matrix dropdown are not shown in the list of Copy value. I want the data entered in Q11b to get copied in Q29a. And i also want to disabled one Column in Q29b. Below is the sample json.
{
"pages": [
{
"name": "pg_Q11b",
"elements": [
{
"type": "matrixdropdown",
"name": "Q11b",
"title": "Q11b. And could you please indicate the share of prescription of the therapies that you prefer to prescribe to your 1st line mCRPC patients?",
"validators": [
{
"type": "expression",
"text": "TOTAL SHOULD ADD TO 100",
"expression": "{Q11b-total.Share}=100"
}
],
"rowsVisibleIf": "{Q11a} contains {item}",
"columns": [
{
"name": "Share",
"title": "Share of Prescription",
"isRequired": true,
"totalType": "sum"
}
],
"choices": [
1,
2,
3,
4,
5
],
"cellType": "text",
"rows": [
{
"value": "A",
"text": "Abiraterone"
},
{
"value": "B",
"text": "Enzalutamide"
},
{
"value": "C",
"text": "Abiraterone + Taxane (Docetaxel / Cabazitaxel)"
},
{
"value": "D",
"text": "Taxane (Docetaxel / Cabazitaxel) monotherapy "
},
{
"value": "E",
"text": "Other Chemotherapy"
},
{
"value": "F",
"text": "{Q11a_Others1}"
},
{
"value": "G",
"text": "{Q11a_Others2}"
}
],
"totalText": "Total :"
}
]
},
{
"name": "pg_Q29a",
"elements": [
{
"type": "matrixdropdown",
"name": "Q29a",
"title": "Q29a. Doctor, now that you have gone through the Product X concept note, would like to show you the grid on the prescription share which you have filled earlier for 1st line mCRPC patients. Please look at the grid below to see if you want to re-allocate your prescription share of the existing therapies with the introduction of Product X to your 1st line mCRPC patients?",
"validators": [
{
"type": "expression",
"text": "TOTAL SHOULD ADD TO 100",
"expression": "{Q29a-total.Share_A} = 100"
}
],
"columns": [
{
"name": "Q11b_Data",
"title": "Q11b"
},
{
"name": "Share_A",
"title": "Share",
"isRequired": true,
"totalType": "sum"
}
],
"choices": [
1,
2,
3,
4,
5
],
"cellType": "text",
"rows": [
{
"value": "1",
"text": "Abiraterone",
"visibleIf": "{Q11a} contains 'A'"
},
{
"value": "2",
"text": "Enzalutamide",
"visibleIf": "{Q11a} contains 'B'"
},
{
"value": "3",
"text": "Abiraterone + Taxane (Docetaxel / Cabazitaxel)",
"visibleIf": "{Q11a} contains 'C'"
},
{
"value": "4",
"text": "Taxane (Docetaxel / Cabazitaxel) monotherapy ",
"visibleIf": "{Q11a} contains 'D'"
},
{
"value": "5",
"text": " Other Chemotherapy",
"visibleIf": "{Q11a} contains 'E'"
},
{
"value": "98",
"text": "{Q11a_Others1}",
"visibleIf": "{Q11a} contains 'F'"
},
{
"value": "99",
"text": "{Q11a_Others2}",
"visibleIf": "{Q11a} contains 'G'"
},
{
"value": "X",
"text": "Product X"
}
],
"totalText": "Total : "
}
],
"title": "SECTION C: Perception About Product X in the Management of mCRPC Patients (~10 Mins)"
{
"name": "pg_Last",
"elements": [
{
"type": "html",
"name": "Lastpage",
"html": "<br /> <br /> <br /> <H2><center>Click on Complete to Submit the Survey</center></H2>"
}
]
}
],
"showQuestionNumbers": "off"
}