Qlik Sense, Insert a variable in extension HTML code '$(vDefaultMSG)' not working and returning 0
Afternoon, if I were to add a message in the (Content Message) block and wanted to use a variable instead of text, how would that look?
And depending on the Error, various Messages would be stored into a variable. The variable is predefined in the load script based on an ErrorCode: Currently returns a zero...
='<p> </p><p>This is my custom message!</p><p>$(vDefaultMSG)</p><p> </p>'
How do I allow that variable to show up and what extension files (js/css) do I need to make changes to recognize the variable?