Hi,
I am creating a view to show a specific value from a table within an element.
We are looking to get the value from the 'Status' column based on a known primary key in a table and I am struggling to find the correct syntax.
The table ID is 112, PK 119 and Status 120, I am able to display the whole table on the shape but unfortunately do not know the syntax. E.g. I am trying to find the Status value based on the Primary Key 'VideoBlue'
Many thanks
Hi Oliver,
There are multiple ways to do this, the two most common ones are:
- Using the element and parameter shape data (see docs):
Element MyElement
Parameter 120:VideoBlueNote that your text should contain an asterisk '*'.
- Using the parameter placeholder in the shape text (see docs):
[param:MyElement,120,VideoBlue]
This is also explained in the Visual Overview course which can be found here.