I created question "73" that uses the variable "company_entity_id" as below:
I'm able to send a value for this variable as a param when calling this question from React and it works just fine.
My actual need is to display the question in the pivot form. I understand that I won't be able to use a pivot chart with raw SQL in question "73".
Therefore I created question "74" based on "73" like the following:
Now the issue is I don't know how to instruct question "74" to use a variable for the value "company_entity_id" .
How do I do this?
My output should be like the following. Currently it's displaying with the hardcoded value for "company_entity_id". I need to actually assign a value to "company_entity_id" by sending it from React as a param.
Any assistance is very much appreaciated. I've been looking at it the whole day.