Getting enum text with join in flex query

Below example getting order status text.

select {code}, {enumerationvalue:code}
from {order join enumerationvalue on {order:status} = {enumerationvalue:pk}}

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.