-
Notifications
You must be signed in to change notification settings - Fork 23
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
Autoselected bottom locations available in custom report cards #1307
Comments
Report card**Name: Daily recording farmer and machine
|
AddressFilters work fine for
The addressLevel filter is created such that, based on lowestSelectAddressLevel's type, all of the children of the selected addressLevels at the lowestSelectAddressLevelType are passed in the filterValue. This is then used by standard report cards to perform the filter by addressLevel operation.
|
@mahalakshme, Ex: Consider the below hierarchy: If we were to select => a,b,c,d,e, then the filter is effecively applied for all descendants of a->b->(d|e), but not for any descendant of a->c. Is this behaviour acceptable.? Screen.Recording.2024-02-05.at.10.57.03.AM.mov |
@himeshr will check |
@AchalaBelokar can you verify the above scenario? descendants of a->c should get selected |
@AchalaBelokar since as discussed over the call the above functionality is inline with that of working of search filters, and also it seems to be intuitive with what the user would probably expect, we can move this to Done. |
Make sure the necessary changes for this card are made as expected for custom report cards.
The text was updated successfully, but these errors were encountered: