Hi ,
Below my requirement,
I need to define 2 variable.
variable 1 - > vehicle_type - > It has static values like 2 wheeler , 3 wheeler , 4 wheeler
variable 2 → Vehicle_company - > This will be dependent upon on variable 1 ( vehicle_type).
If the vehicle_type is 2 wheeler , then it will select Honda, Suzuki, hero etc .
If vehicle_type is 3 wheeler , then it will select Bajaj, Piaggio etc .
How can I achieve this , Is there any where I can define the relation between the variable ?
Not sure whether I was Able to explain the requirement or not .
Thank you