Forum Discussion
ChristianW
Valued 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
VENKAB05
2 years agoNew Contributor III
Thanks a lot Christian.
Related Content
- 2 years ago
- 11 months ago
- 2 months ago