How to dynamically set the label
312291Sep 24 2004 — edited Sep 24 2004Is it possible to dynamically set the label of an item based on a value in a database table?
For e.g., there is an item with a name P1_CATEGORY. In a lookup table, the label for P1_CATEGORY could be mapped as either "Category" or "Section" or "Type" depending upon different situations. So, at run time, can the label be dynamically displayed with one of those three values depending upon the situation? If so, how can this be done?
Thanx in advance.