Hi,
I want toe filte the lookup table with help of parent table “setting_value”.
IF setting.setting_value == active_theme THEN “select name from Theme”..
IF setting.setting_value == ‘calculator_step” THEN “select calc_bg from Theme”..
IF setting.setting_value == ‘kon_text” THEN “select calc_bg from TableText”….
etc.
The lookup table will that be shown as radio_button and will depended on parant table’s columns.
No, the Lookup Table for a lookup field is fixed, you cannot dynamically change from "Theme" to "TableText".
However, it is possible to change from select name from Theme to select calc_bg from Theme (if Theme is the lookup table) by Lookup_Selecting server event. You can change the UserSelect property according to the FilterValues property.