In Visio I have a shape linked to a parameter table and a "*" in the shape text to display the parameter value.
The linked parameter in the table is the status of a device with enumerated values like Up or Down.
When hardcoding the index with "[param:*,2006,10]" it shows the correct display value, like Up.
But if I use SubscriptionFilter instead of a fixed index, it shows the raw integer value (1 for Up, 2 for Down)
Is there any flag I can add to the shape data fields to force it to show the display value instead of raw value?
Thanks,
Wieslaw
Thanks Felix and Jason.
Removing the param placeholder and using ParameterSubscriptionFilter instead of SubscriptionFilter solved this issue, it now shows the correct display value.
I did also add the DisableParameterSubscription flag and its fine with the parameter value text. However, it did not work with a shape that only indicates alarm color.