-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Dashboard][Controls] Range Slider Control Additional Validation #128664
Copy link
Copy link
Closed
Labels
Feature:DashboardDashboard related featuresDashboard related featuresFeature:Input ControlInput controls visualizationInput controls visualizationProject:ControlsTeam:PresentationPresentation Team for Dashboard, Input Controls, and Canvas t//Presentation Team for Dashboard, Input Controls, and Canvas t//enhancementNew value added to drive a business resultNew value added to drive a business resultimpact:lowAddressing this issue will have a low level of impact on the quality/strength of our product.Addressing this issue will have a low level of impact on the quality/strength of our product.loe:mediumMedium Level of EffortMedium Level of Effort
Metadata
Metadata
Assignees
Labels
Feature:DashboardDashboard related featuresDashboard related featuresFeature:Input ControlInput controls visualizationInput controls visualizationProject:ControlsTeam:PresentationPresentation Team for Dashboard, Input Controls, and Canvas t//Presentation Team for Dashboard, Input Controls, and Canvas t//enhancementNew value added to drive a business resultNew value added to drive a business resultimpact:lowAddressing this issue will have a low level of impact on the quality/strength of our product.Addressing this issue will have a low level of impact on the quality/strength of our product.loe:mediumMedium Level of EffortMedium Level of Effort
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the feature: Currently, it is possible to use the range slider control to get into a
no datastate on the dashboard. The slider validates itself based on min and max range, and not based on any actual document counts. This means that you can select a range which is technically between the min and max in the data, but that contains no documents at all.With the validation system on, this scenario should not apply a filter, and should cross out the min and max selections.