Forum Discussion
ChristianW
2 years agoValued Contributor
And here is the code sample:
For Each paramValue As String In args.NameValuePairs.Values
If StringHelper.DoesStringHaveCustomSubstVars(paramValue) Then Return Nothing
Next
You have to place it after this
Case Is = DashboardDataSetFunctionType.GetDataSet
and before any other if or select statementIf any argument contains unresolved parameters, it won't continue.
I hope this helps and cheers
Related Content
- 2 months ago
- 2 years ago
- 2 years ago