While creating an Information link, we are basically firing a select SQL query to the database. The columns returned by the Database are handled by the column elements defined for the information link. So in order to fetch a dummy column, we would first need to create a column element for it which will serve as a placeholder for the dummy data.
- To create a dummy column element, we can duplicate an existing column element from the same table/view. Right click an existing column element (of the same data type as of the dummy data) >> Edit. Click ‘Save As’ and give a name to the dummy column.
- Now Edit the Information link, and add this dummy column element. Information link should look like below:
- Now click on the ‘SQL…’ button at the bottom to open the ‘Edit SQL’ dialog box. Here you can modify the SQL and supply the dummy data value to the dummy column. See screenshot below:
- If you want to fetch only the dummy column, create a new information link and add the previously created dummy column element(s) in it and then modify the SQL accordingly.
NOTE: The number of columns elements in the Information Designer must equal the number of columns specified in the SQL.
In this case, the Information link should look like this:
- This should fetch the dummy data value for every row in the underlying data table.