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

How to have custom fields for different rules? #210

Open
appukhopkar opened this issue Jun 24, 2021 · 0 comments
Open

How to have custom fields for different rules? #210

appukhopkar opened this issue Jun 24, 2021 · 0 comments

Comments

@appukhopkar
Copy link

I have a case where I want to have different list of fields for different rules.
Example -

Rule1 :
field1 (from fields {field1, field2, field3} ) = 'test_value1'

Rule2:
fieldA (from fields {fieldA, fieldB, fieldC} ) = 'test_value1'

List of fields for Rule 2 changes from {field1, field2, field3} to {fieldA, fieldB, fieldC} iff
field1 of Rule1 is selected.

As of now, there is only one list of fields that is accepted by the query config.
Please give some pointers on how this can be achieved.

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

No branches or pull requests

1 participant