J
__jakal__
Hello,
I want to restrict values in a particular column based on the value in other
column. For eg.
if column A has value int then column B should be restricted to values
1,2,3,4,5
if column A has value bool then column B should be restricted to values true
and false.
How do I achieve this ? Can I use macros to do this? How?
Thanks
I want to restrict values in a particular column based on the value in other
column. For eg.
if column A has value int then column B should be restricted to values
1,2,3,4,5
if column A has value bool then column B should be restricted to values true
and false.
How do I achieve this ? Can I use macros to do this? How?
Thanks