Hi
I have a Listgrid with several fields. Two have valuemaps for filtering. Say one is called Type and has values of A, B, C etc. The other is called SubType, and I would like to set the filter valuemap of SubType depending on what the user selects for Type e.g. if user is only interested in Type A then SubType's valuemap should just contain e.g. A1, A2 etc., but if the user decided to filter on Type B then SubType's choices would be B1, B2 etc. I'm expecting the valuemap for SubType to change as the user selects the Type filter, not when they initiate a fetch by clicking the funnel icon.
Is this possible and if so may I have a clue please? I haven't been able to find an example.
Thank you.
SmartClient Version: v12.0p_2019-04-19/PowerEdition Deployment (built 2019-04-19)
I have a Listgrid with several fields. Two have valuemaps for filtering. Say one is called Type and has values of A, B, C etc. The other is called SubType, and I would like to set the filter valuemap of SubType depending on what the user selects for Type e.g. if user is only interested in Type A then SubType's valuemap should just contain e.g. A1, A2 etc., but if the user decided to filter on Type B then SubType's choices would be B1, B2 etc. I'm expecting the valuemap for SubType to change as the user selects the Type filter, not when they initiate a fetch by clicking the funnel icon.
Is this possible and if so may I have a clue please? I haven't been able to find an example.
Thank you.
SmartClient Version: v12.0p_2019-04-19/PowerEdition Deployment (built 2019-04-19)
Comment