When designing input controls for a dashboard, keep these guidelines in mind:
• | To pass a value to an external URL, the URL Parameter Name you give to the input control must match the name of a parameter that the URL can accept. The value of the input control must also be a value the URL can accept. The target URL is likely to have additional requirements and limitations. For example, the name of the parameter may be case-sensitive; in this case, the value you enter in the URL Parameter Name field is also case-sensitive. |
The input control must pass data that the URL can accept. Otherwise, the server may be unable to retrieve the correct data from the external URL.
Recommended Comments
There are no comments to display.