1. kedya
  2. Support
  3. Wednesday, March 20 2019, 07:48 PM
Hello. We need to filter users who uploaded their CVs or photos, but unfortunately, file field is not searchable. Also I've been trying to show up another field whenever file is uploaded with the condition rule but none of them works for the file upload either.
Please let me know how can I make this happen.
Thank you.
admin Accepted Answer
Admin
Hi,
sorry, this is not possible, we will add this feature in the next release :D

For now you can only create different lists with static filters (Custom SQL Where), for example:
- Menu item called "Users with CVs", so Custom SQL WHERE could be something like
alias_of_cv_file_field <> ""

- Menu item called "Users with Photo", so Custom SQL WHERE could be something like
alias_of_photo_field <> ""

....
  1. more than a month ago
  2. Support
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.