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

VULCAN-947/checkbox disable feature based on precondition #998

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

m-o-n-i-s-h
Copy link
Contributor

@m-o-n-i-s-h m-o-n-i-s-h commented Nov 21, 2024

Checkbox disable feature based on precondition

checkbox_disable_feature

We wanted to disable few rows in table report so that user cannot select it. User can add multiple condition.

BONUS
You can add double underscore "__" for column names to hide it from table report but you can use it for configuring conditions.

image

MATCH (n:Movie)<-[:ACTED_IN]-(p:Person) RETURN n.title AS title, n.released AS released, count(p) as actors, ID(n) AS__ID

As you can see from the above example we have added __ID and it is hidden in table report.

The program was tested solely for our own use cases, which might differ from yours.)

Signed-off-by: Monish Nandakumaran [email protected] on behalf of Mercedes-Benz Research and Development India

https://github.com/mercedes-benz/mercedes-benz-foss/blob/master/PROVIDER_INFORMATION.md

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 this pull request may close these issues.

1 participant