I have 2 dropdowns type and courses type will be premium, free and courses for premium java, c++, and also for free also I have java , python like this . i need to display all the courses when in default and when type selected as premium it will only show that category courses. but java is in both category it displaying 2 times by default . In db they have mapped with thier unique type ids only. I tried with union but choice values and choice values length varies because of that. Can anyone help me ?
Discussion posts and replies are publicly visible
If both "java" entries have single, unique type IDs, does that imply that the two different "Java" offerings are actually different (as in, it sounds like there are 2 separate entries in your DB)? In that case maybe you should consider changing the label for one of them to be distinct, like "Java (premium)", etc.