We should be able to multiselect in filters (Wards in Beneficiary list)
Closed this issue · 2 comments
Nikhilgeo2 commented
For Example - the present need is , Mehran needs to have filter with 15 wards selected for beneficiary list. He tried Comma seperated values but it is allowed only for 140 character.
- Either change validation to 600 characters
- There should be any easy way for multi select filters, atleast for selecting multiple wards in Beneficiary list.
Please take this as a priority
jagadishaapf commented
This is critical for go live @umairsy @harshtandiya @NagariaHussain
harshtandiya commented
To set up the max character limit of any field you want to be filtered, you have to change the length
of that field through customize form
.
For Wards in Beneficiary List, do the following:
- Go to Customize Form using AwesomeBar
- Select Beneficiary in Enter Form Type
- Scroll down and select the field for which you want to increase the length. In this case
Ward/GP
- In
Length
field, set the limit. In this case: 600
- Update the form
Let me know if it works out.