Artist_Nickname (reference to db_Artist.ArtistNickname)
I have a page with a grid/Repeater that list all the books (Linked to my dataset db_Books. (This work fine)
In this page, i have 2 “TextInput” box. (Input_BookName, Input_Category) and a search button (With code) to filter the contain of the grid based on these 2 inputs. (This work also fine)
My question :
I would like to add a DropDown Input, list all the artists, and add this filter to the same button.
I tried many ways( Contains, eq, …) , but, because the “Artist_Nickname” is a reference fields, i can’t get it working.
How should i format my Query/code to get this done ?
Hi I’m trying to do the same thing, but I’m not sure exactly how to format the code… Can you please help me? I tried to use the .includes() function, but it didn’t work for the query.