Hi all,
working on a power app which is generally a PDF library.
This time I am stuck on filtering items displayed in dropdown.
I am using a SP library which containing all the PDF files, with additional columns for further details e.g. autor, book title, year...
One column is type of choice, multiple = category. So a single PDF file (book) can be assigned to several categories.
But there are also choices which are not assigned to a book yet.
So I do not want that "empty" choices are visible in the dropdown menu.
To show all choices in dropdown I am using:
Choices(SPlibrary.ColumCategory)
Category1
Category2
Category3 (empty, not assigned to book yet)
Category4 (empty, not assigned to book yet)
Category5
So goal is that selection of the dropdown only shows:
Category1
Category2
Category5
Appreciate any advise.
Thanks and Regards, Alexander