Question
Null
US
Last activity: 28 Oct 2024 4:54 EDT
Evaluating an expression provided as String inside Data Type
Hello! Let's assume We have a Data Type. There, We store questionnaire data in four columns: ID, QuestionText, Answer, IsQuestionVisible. My concern is about "IsQuestionVisible" column. Having "true/false" values inside makes it easy.
But WHAT IF We would like to store an expression in IsQuestionVisible column instead, e.g. D_Questionnaire[ID:"1"].Answer=="yes"? Will this be evaluated in Visiblity condition inside Section (Repeating Dynamic Layout)? Or in Data Transform?
From what I found, it does not work, but maybe there is a way... Without unnecessary overthinking, hopefully :)
Thank You in advance for Your thoughts!