I've already asked about the column value display, for which in a dialog list selection, there will be 3 columns and when the user select one, the alias in the view selection would be reflected in the dialog list field. But my problem now is that the value stores in the back end, so user cannot see it visually while editing the form. Is there anyway possible that the value would display instantly after selection? I've tried making a "Computed for display" field, but that makes it pretty much redundant.
Here's my column value code:
SiteNum + " " + Site + " " + State + " | " + SiteNum
And my dialog list formula:
@Unique(@DbColumn("" : "NoCache"; @DbName; "SiteLookupView"; 4))
Thanks!