Redwood Guided Journey BI report bind parameters
Summary:
To show/embed BI report link on the redwood page and pass the assignment id of the logged in employee as a bind parameter to the path , tried using below
&_xmode=4&P_Assignment_ID=#{Assignment ID}
&_xmode=4&P_Assignment_ID=#{bindings.AssignmentId.inputValue}
seems they are not working. Any one has any idea?
Content (please ensure you mask any confidential information):
To show/embed BI report link on the redwood page and pass the assignment id of the logged in employee as a bind parameter to the path , tried using below
&_xmode=4&P_Assignment_ID=#{Assignment ID}
&_xmode=4&P_Assignment_ID=#{bindings.AssignmentId.inputValue}
0