-
Notifications
You must be signed in to change notification settings - Fork 147
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
Comments
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. |
Closed with 2.2.4 |
@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. |
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! |
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?
The text was updated successfully, but these errors were encountered: