To filter favorite documents, from the advanced search in advanced filters, you can select the “Favorite” filter as follows:
And you can create a document listing item on the dashboard using the following ATQL query to display favorite documents:
SELECT * FROM Document WHERE favorite = True
Comments
0 comments
Please sign in to leave a comment.