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

Customized Parameter Select #236

Closed
icimidemirag opened this issue Oct 20, 2022 · 6 comments · Fixed by #353
Closed

Customized Parameter Select #236

icimidemirag opened this issue Oct 20, 2022 · 6 comments · Fixed by #353

Comments

@icimidemirag
Copy link

I want to make a Parameter Select options by using the data selected in other Parameter Select. So what I mean is that instead of all the data in the property name that I selected in Parameter Select, I want to see only the data I filtered in the combobox, for example by typing a cypher.

I hope I was able to explain what I was trying to do. How can I do that?

@GQ16
Copy link

GQ16 commented Nov 4, 2022

Yes @icimidemirag, I think I understand! Let's say you have a parameter selection for a person and car, and each person owns 3 cars. Let's say there are 3 people in the graph DB meaning there are 9 cars in the DB. You want to be able to choose the person parameter first and then have the car parameter automatically only show the 3 cars the selected person owns, NOT ALL 9 CARS in the database. Is that what you mean?

I'm very interested in this as well, so I'm adding to this thread hopefully so it gains some traction from the development team.

@icimidemirag
Copy link
Author

Yes @icimidemirag, I think I understand! Let's say you have a parameter selection for a person and car, and each person owns 3 cars. Let's say there are 3 people in the graph DB meaning there are 9 cars in the DB. You want to be able to choose the person parameter first and then have the car parameter automatically only show the 3 cars the selected person owns, NOT ALL 9 CARS in the database. Is that what you mean?

I'm very interested in this as well, so I'm adding to this thread hopefully so it gains some traction from the development team.

Yes, that's exactly what I meant.

@BennuFire BennuFire linked a pull request Feb 7, 2023 that will close this issue
@BennuFire
Copy link
Contributor

Closed with 2.2.4

@GQ16
Copy link

GQ16 commented Oct 2, 2023

@BennuFire I'm trying to understand what feature in NeoDash can actually achieve this. I even tried going to the dashboard JSON and changing the "query:" under the parameter selector I wanted but it didn't change how the dashboard behaved.
What is the proper way to customize the parameter select outside of the basic drop downs in its configuration?

@BennuFire
Copy link
Contributor

BennuFire commented Oct 3, 2023 via email

@GQ16
Copy link

GQ16 commented Oct 11, 2023

Hi @GQ16, Have you tried with the parameter selector + Custom subtype? You should be able to define your own query that will retrieve the values to be used. El lun, 2 de oct de 2023, 22:13, GQ16 @.> escribió:

@BennuFire https://github.com/BennuFire I'm trying to understand what feature in NeoDash can actually achieve this. I even tried going to the dashboard JSON and changing the "query:" under the parameter selector I wanted but it didn't change how the dashboard behaved. What is the proper way to customize the parameter select outside of the basic drop downs in its configuration? — Reply to this email directly, view it on GitHub <#236 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABYOAI47OFE7XYWK44JBADTX5MN5XAVCNFSM6AAAAAARKDGM7CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBTGY4DSMRQGM . You are receiving this because you were mentioned.Message ID: @.
>

Wow I'm so sorry I didn't even see that. Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants