Hi,
I'm trying to use [param: to build a vlc link.
C:\Program Files\VideoLAN\VLC\vlc.exe|[param:AppearTV Main*,2507,*ABR*[Property:CHANNEL_NAME]*1920x1080p*]|Click to play stream in VLC
I'm not sure why it's not showing the data. Is there a good way to test [param:?
In my case it's a service and in the service the element is renamed. But I have tested the same setup with the elementID. The table row index is working, for example to display the value:
Element: AppearTV Main*
ParameterControl: 2507:*ABR*[Property:CHANNEL_NAME]*1920x1080*
This is responding the correct value.
Hi Stefan,
You can test this by just adding a shape to your visual and add the param placeholder as value in that shape.
Try to build up your placeholder (e.g.: start with property first and then add the param part to it).
The problem might be related to the * character which can be seen as a wildcard in Visio. To avoid this you can make use of a [Sep:*$] for instance.
I need to use pagevar instead of property