You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two dropdowns and I'm recreating the behavior of Dimension Grid.
Desired behavior is, depending on what type I've selected, it should also change the value of sub_types dropdown.
The sub_types doesnt refresh the list properly. you'll have to click "clear all" for the new values to show up.
Steps to Reproduce
Sample code:
sql type_list
select type, sub_type
from pos_table
group by type, sub_type
sql types
select distinct type
from ${type_list}
sql sub_types
select distinct sub_type
from ${type_list}
where type in ${inputs.types.value}
Describe the bug
I have two dropdowns and I'm recreating the behavior of Dimension Grid.
Desired behavior is, depending on what type I've selected, it should also change the value of sub_types dropdown.
The sub_types doesnt refresh the list properly. you'll have to click "clear all" for the new values to show up.
Steps to Reproduce
Sample code:
Logs
System Info
Severity
serious, but I can work around it
Additional Information, or Workarounds
No response
The text was updated successfully, but these errors were encountered: