Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filters from dashboard not used in question #11503

Closed
jhettler opened this issue Dec 11, 2019 · 2 comments
Closed

Filters from dashboard not used in question #11503

jhettler opened this issue Dec 11, 2019 · 2 comments
Assignees
Labels
.Correctness Priority:P2 Average run of the mill bug Querying/GUI Query builder catch-all, including simple mode Querying/Parameters & Variables Filter widgets, field filters, variables etc. Reporting/Dashboards .Reproduced Issues reproduced in test (usually Cypress) Type:Bug Product defects
Milestone

Comments

@jhettler
Copy link

jhettler commented Dec 11, 2019

Describe the bug
If you choose two or more values in one dashboard filter (e.g. 2 ids), these values filter dashboard correctly, but if you navigate to the detail (question) only first of those values is used in filter. I would expect that all filter values from dashboard should be used in question (navigated from dashboard).

⬇️ Please click the 👍 reaction instead of leaving a +1 or update? comment

@jhettler jhettler added .Needs Triage Type:Bug Product defects labels Dec 11, 2019
@flamber
Copy link
Contributor

flamber commented Dec 11, 2019

Reproduced on master.
Steps:

  1. Simple question > Sample Dataset > Orders, save and add to dashboard
  2. Add two ID filters, ID1=>Orders.ID and ID2=>Products.ID
  3. Input 1,2 in filter ID1 and click question. Result: Object Detail of Orders.ID=1
  4. Input 1,2 in filter ID2 and click question. Result: Shows all orders with Products.ID=1

@daltojohnso
Copy link
Contributor

Looks like this was fixed at some point, so I'm closing the issue.

Following the instructions from @flamber here is what I see.

for order ids 1,2:
Screen Shot 2021-06-14 at 3 52 04 PM
and drilling down to the question:
Screen Shot 2021-06-14 at 3 52 13 PM

for product ids 1,2:
Screen Shot 2021-06-14 at 3 52 24 PM
and drilling down to the question:
Screen Shot 2021-06-14 at 3 52 33 PM

@daltojohnso daltojohnso self-assigned this Jun 14, 2021
@flamber flamber added this to the 0.37.0 milestone Jun 15, 2021
@nemanjaglumac nemanjaglumac added this to Backlog in Cypress Testing Jun 16, 2021
nemanjaglumac added a commit that referenced this issue Jun 16, 2021
@nemanjaglumac nemanjaglumac added the .Reproduced Issues reproduced in test (usually Cypress) label Jun 16, 2021
This was referenced May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.Correctness Priority:P2 Average run of the mill bug Querying/GUI Query builder catch-all, including simple mode Querying/Parameters & Variables Filter widgets, field filters, variables etc. Reporting/Dashboards .Reproduced Issues reproduced in test (usually Cypress) Type:Bug Product defects
Projects
Development

No branches or pull requests

6 participants