there is currently no way to retrieve the display string as part of the query or to configure the label property in the widget configuration.
As an alternative workaround approach you can change the system configuration setting “labelProperties” to interpret your property as label. Note that multiple properties can be defined here. See [1] for details
Hope this helps,
Andreas
[1] http://help.fluidops.com/resource/Help:SystemConfiguration#Labels
--
You received this message because you are subscribed to the Google Groups "Information Workbench Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
iwb-discussio...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hello Phil,
the labelProperties setting defines a list of properties / predicates which are used to lookup the label.
When a label for a resource is required (and it is not available in the label cache) we try to retrieve a label from the database. For this we use a single query with all defined label properties and take the best fitting match (e.g. language). Typically (but not guaranteed) this is in the order as defined in labelProperties, so the first label property has precedence.
Best,
Andreas