Creating Search Boxes in Power Apps

Поділитися
Вставка
  • Опубліковано 8 лип 2024
  • #PowerApps #Searching
    When you're surfacing up data in a Power App you'll probably need a way to search through all of the items. In this video I walk through how to create a search box and use it to filter items in a gallery. I show two different ways to interact with the search box.
    Concepts Covered in this video:
    ✅ Filter() Function
    ✅ StartsWith() Function
    ✅ Variables
    ✅ Formulas: IsBlank(), Conditional Visibility
    When searching a gallery it's important to be mindful of delegation. I don't go into the details of delegation in this video so check out this article to learn more about delegation: aka.ms/april/powerapps-delega...
  • Наука та технологія

КОМЕНТАРІ • 153

  • @tenisviejos
    @tenisviejos 4 роки тому +7

    THANKS a lot! Using a variable as buffer, to avoid real-time reactions and delays... So simple, yet so elegant!

  • @clicker666
    @clicker666 6 місяців тому

    I know it's been years since you did this but I appreciate it. I added one small change to the cancel button, Set(searchQuery,"");Reset(txtSearchInput);SetFocus(txtSearchInput) this puts the cursor right back at the beginning of the text box so the user can begin typing again.

  • @paulburns2814
    @paulburns2814 3 роки тому +3

    As a complete beginner, I find your videos really helpful April. I’m always amazed by you power apps ‘guru’s’ having the ability to create brilliant business solutions and then to post these on UA-cam so we can all learn. So grateful to you all.

    • @AprilDunnam
      @AprilDunnam  3 роки тому +1

      Thanks Paul - glad my videos have been helpful! Let me know if you have any suggestions for future videos. Thanks for watching!

  • @Thor_Underdunk_Caballerial
    @Thor_Underdunk_Caballerial 2 роки тому +1

    Thank You April, I'm just a couple minutes in and you've already been a great help. The world's a brighter place with you and Shane Young.

  • @lagenteestaloca5875
    @lagenteestaloca5875 2 роки тому +6

    A little addition. If one navigates away from the page without clearing the search box, the search string characters remain in the search field. To get around this one can put in Reset(name of search field); before Navigate(destination) command...

  • @avinashpawar4971
    @avinashpawar4971 3 роки тому

    April - this video is just an amazing practical example. You just made my PowerApp solution even more user acceptable. Keep up the good work.

    • @AprilDunnam
      @AprilDunnam  3 роки тому

      So happy to hear - glad it was helpful!

  • @theshanalife
    @theshanalife 3 роки тому

    Amazing. This video was so detailed and now my search function works the way I want.

  • @ferresferres
    @ferresferres 2 роки тому

    The best and the most detail tutorial about power app search box . Thanks

    • @AprilDunnam
      @AprilDunnam  2 роки тому

      Thank you, glad it was helpful!

  • @teresaagustin5191
    @teresaagustin5191 4 роки тому +1

    Thank you for another very helpful video April!

  • @mouctechy
    @mouctechy Рік тому

    Thank you April! You're really April because you bring light :)

  • @designmycity
    @designmycity 3 роки тому +1

    You did an amazing job with this video. Thank you.

  • @lagenteestaloca5875
    @lagenteestaloca5875 2 роки тому

    nice and elegant tidbits, April to add a touch of difference, thanks! have watched it a few times over time...😊👏

    • @AprilDunnam
      @AprilDunnam  2 роки тому

      Glad you enjoyed it! Thanks for watching :)

  • @raphaelchalub
    @raphaelchalub 3 роки тому

    PERFECT! Thank you very much!

    • @AprilDunnam
      @AprilDunnam  3 роки тому

      You're welcome, thanks for watching!

  • @carlrose4877
    @carlrose4877 Рік тому

    Excellent. Clear, concise and uses a real world scenario. I particularly liked the method for avoiding delegation by using "StartsWith". Thank you! One issue though is the gallery doesn't show any items unless I press the magnifying glass. There must be something Ive missed. How do I default the gallery to show all records on page load?

  • @philcoombe7671
    @philcoombe7671 Рік тому

    Superb tutorial. Works like a charm. Thankyou

  • @qqqqhuz
    @qqqqhuz 3 роки тому

    Very well explained, thank you.

  • @stevealicea205
    @stevealicea205 3 роки тому

    LOVE the intro! And the content too obviously... nice start to a morning at 4:am!!

    • @AprilDunnam
      @AprilDunnam  3 роки тому

      Thanks Steve! I really like that music too. Unfortunately I had several copy cats so I switched it up in my most recent videos so I could stay unique. I'm thinking I need to write my own intro music :)

    • @stevealicea205
      @stevealicea205 3 роки тому

      @@AprilDunnam Well keep doing what you are doing and thank you for the response. I did however have a question, but not sure you can answer it. I did a search box after following your direction on selecting the gallery, then pointing the search box to that... Can't remember the specific error, but I was trying to search on a column that had solely numeric values and I THINK the ".Text" was not allowing it. I THINK because the values were numeric. Any comment/thoughts on that? Thanks in advance! Steve in Colorado...

  • @AhmedBalfaqih
    @AhmedBalfaqih 3 роки тому +1

    Thank you. Great Tutorial

  • @zylka172
    @zylka172 3 роки тому +1

    This is a great tutorial, I had to stop and scroll back many times to catch the actual function that you entered. It would be awesome if you'd show that two seconds longer before jumping to the next screen.

    • @AprilDunnam
      @AprilDunnam  3 роки тому

      This is really great feedback. Unfortunately I can't change the videos that are already uploaded but I will make a conscious effort to slow down and keep the screen up for awhile when showing formulas :)

  • @sininv1
    @sininv1 3 роки тому

    Thank you. This is really helpful. 🥰 looking forward to more of yr tutorial.

    • @AprilDunnam
      @AprilDunnam  3 роки тому

      Glad it was helpful - thanks for watching!

  • @bhanusv4256
    @bhanusv4256 3 роки тому +1

    This Video was very useful, Thank you for your efforts.

  • @MrTonyradford
    @MrTonyradford 2 роки тому

    Really useful, thanks!

  • @stlaurent26
    @stlaurent26 10 місяців тому

    Thank you , wonderful content

  • @josejimenez-jz1ut
    @josejimenez-jz1ut Рік тому

    Thank you so much! I learned a lot from watching your videos.

  • @chatreea1
    @chatreea1 Рік тому

    Thanks a lot for your lesson

  • @klgraf
    @klgraf 3 роки тому +1

    Very clear and helpful video

  • @radiantinternational9436
    @radiantinternational9436 Рік тому

    Thank you, April. Your presentations are very wonderful .Question: Wanting to set up the search functionality, when I added a Text label to do the exercise of adding search, the label is unmovable. That means, It can't be dragged to a place where I wanted to place. Because of that, I am unable to proceed. Can you suggest?

  • @jimpiazza6631
    @jimpiazza6631 2 роки тому

    GREAT video - thank you. I have used your search function in an app I made. I have 2 search boxes that search for 2 different fields. However the gallery list it searches is blank unless I put in a "space" (space bar), and then backspace in the text box. When I type in a word, it functions the way it should. I have text in the "Placeholder". The DATA value is "" In the "OnChange" I have Set(SearchDesc,tbsearchDescInput.Value). What can I do to have the list display without having to put in a space and backspace it out? Thanks in advance!

  • @aleksvpYT
    @aleksvpYT 2 роки тому

    Excelent! Tks!

    • @AprilDunnam
      @AprilDunnam  2 роки тому

      You're welcome, thanks for watching!

  • @rembautimes8808
    @rembautimes8808 Рік тому

    Wonderful content - thanks

  • @emanuelarcas1
    @emanuelarcas1 Рік тому

    Hi April, found this very useful. Could you tell what to use instead of startswith function to return not only the items that start with the word input? Thanks

  • @imran002ali
    @imran002ali 4 місяці тому

    Hi April, great video! Thank you 👍

    • @AprilDunnam
      @AprilDunnam  4 місяці тому +1

      Thanks for watching!

    • @imran002ali
      @imran002ali 4 місяці тому

      @@AprilDunnam, you are welcome and looking forward to more great videos!

  • @abenetbeyene3398
    @abenetbeyene3398 4 роки тому +1

    This is awesome

  • @sextexan
    @sextexan 2 роки тому

    Thank you April this is a great video very easy to follow. I have a question I am very new to Power apps as in I am creating my first app. Is there a way to have one text search and then have a 2nd text search that searches on the results of the first search? Do you have a video on this? Thank you.

  • @Gorganahfikark
    @Gorganahfikark Рік тому

    Thanks!

  • @sadiknasufi9992
    @sadiknasufi9992 4 роки тому +1

    this is very helpful

  • @golfnutt8
    @golfnutt8 Рік тому

    Thank you April for another fine video. Im building a canvas app that is pulling in data from multiple data sources. The key field is AppID and is common across the data sources. Can I seach across multiple data sources using what you are illustrating?

  • @gopikesana7973
    @gopikesana7973 4 роки тому +1

    Thanks a lot and Nice explanation.Please give me more videos on power apps.

    • @AprilDunnam
      @AprilDunnam  4 роки тому

      Thank you! I will definitely keep putting out more Power Apps videos

  • @harishpranavjagannath9599
    @harishpranavjagannath9599 Рік тому

    fantastic! I just started using PowerApps but found my search box was not behaving the way I wanted it to...your video addressed my issue! thanks for your wonderful instruction.
    I just followed some other video tutorial that instructed me to create a Power App directly from a SharePoint list....how do I create a home page like the way you have?

  • @QuyenNguyen-xs7oc
    @QuyenNguyen-xs7oc 3 роки тому

    Great video! Thank you for posting! Could you show how to launch the search result(s)? I mean when we click on the search result item, it will launch a URL linked to that item.

  • @andycx3189
    @andycx3189 2 роки тому

    Hi April, another amazing video! Succinct and easy to follow.
    Further reading your comment: Filter(YourList, StartsWith(Title, tbInput.Text) || StartsWith(Speaker, tbInput.Text) )
    for searching speakers, how do I tweak this line so it also can search by the speaker's last name? Thanks in advance. :D

  • @CarFinanceSimplified
    @CarFinanceSimplified Рік тому

    Can you do this with a person column? I am really struggling to use a combobox with an editable grid as there appears to be a glitch where duplicate rows get added. It works with a dropdown box but I need to be able to search for people’s names. Many thanks!

  • @abbyv3424
    @abbyv3424 3 роки тому +1

    Hey April, thank you for this your videos are very helpful!
    I have created a power app with this search function and filtering capability however I also want to filter the gallery list by only the current user so they are unable to see other peoples input. I have tried all the formulas I know but it shows an error.
    This is the formula I have but I need to filter the files (in a sharepoint list) so that the current user can only see items where they are the 'requestor' field.
    If(
    FilterGallery.Selected.Value = "All",
    Filter(
    TravelRequests,
    StartsWith(
    Title,
    SearchInput.Text
    )
    ),
    Filter(
    TravelRequests,
    StartsWith(
    Title,
    SearchInput.Text
    ) && Status.Value = FilterGallery.Selected.Value
    )
    )
    I am stuck, can you please help? thanks!

  • @jaminscoot71
    @jaminscoot71 3 роки тому +1

    This video was awesome! How about doing a search box that will search on all fields in the gallery, that would be amazing.

    • @AprilDunnam
      @AprilDunnam  3 роки тому +2

      Glad it was helpful - thanks for watching! I'll see if I can fit this in to one of my future videos :)

  • @Test27344
    @Test27344 4 роки тому +1

    Great video and very helpful! Can you give an example of how to replace the StartsWith function with the in function?

    • @AprilDunnam
      @AprilDunnam  4 роки тому +1

      Thanks! You can do something like this: Filter(MyDataSource, ColumnName in "Text to Search"). Hope that helps! Be mindful of delegation though because the In operator isn't delegable in most cases

  • @emmanuelmaceda2475
    @emmanuelmaceda2475 3 роки тому

    Great video as usual April! Question: when filtering a gallery via a search use case, above is it more "efficient" to filter for a number type of column data in SharePoint? I was thinking if it makes it more efficient to filter a number datatype column (specially for very large datasets) and then just make a validation in the search input for users to enter just numbers (my use case needs to search for numbers but I can also save it as text).

    • @AprilDunnam
      @AprilDunnam  3 роки тому +1

      Hi Emmanuel - I haven't observed any efficiency increase from using say a number column versus a single line of text. As long as the filter you are doing is delegable then the I don't think there's a huge boost between the two

  • @freddyvargas1938
    @freddyvargas1938 3 роки тому

    Hi April, build out a gallery that has 3 columns (name, title, department) that can store multiple user pick from office365 users search. How can I get that done?

  • @dandrem.4074
    @dandrem.4074 Рік тому

    Question? Is it possible to do that but with data populated from a dropdown source?

  • @jimreydaps
    @jimreydaps 3 роки тому

    Hi April,
    I've got an Excel spreadsheet which has a column of weblinks. But when I've connected via Powerapps, the URLs aren't live, they are just text and can't be clicked and don't link. I've tried using [link] and [linkURL] in the header of the Excel file as I have with my [image] column, but it doesn't work for the links column. Thanks

  • @smbasha
    @smbasha 2 роки тому

    In Outlook we searching the person name once we select the mail those person name will render in search field is that possible in powerapps

  • @zairilzainal
    @zairilzainal 3 роки тому +1

    Hey April. Thanks for producing amazing videos. I do have a question on this. Would it be possible to search from multiple columns with just one search box. In your video, you showed searching for training name. How would you tweak the search box to also be able to search for the speaker and maybe some more other columns you might have? Thanks

    • @AprilDunnam
      @AprilDunnam  3 роки тому +1

      Hey Zairil - Absolutely you can chain together multiple search queries with the Or function. So for example:
      Filter(YourList, StartsWith(Title, tbInput.Text) || StartsWith(Speaker, tbInput.Text) )

    • @zairilzainal
      @zairilzainal 3 роки тому

      Hey @@AprilDunnam Thanks very much for the response. Most helpful.

  • @TheLiquidMix
    @TheLiquidMix Рік тому

    Good videos, although when you finalize the line of logic in your function bar you quickly change to another screen lol, pause for a moment so we can seeeeee. Thanks.

  • @SharaqpurDotCom
    @SharaqpurDotCom 10 днів тому

    How to change the behavior of Built-in Search TexBox, for example in my Opportunities View there is Default Search TextBox and it search records with [Starts With] Keyword and I want to change that to [Contains] Keyword. But I am unable to find that built-in Search Box on View...where to find and edit that SearchBox default behavior.

  • @syedabidaliabdi1273
    @syedabidaliabdi1273 3 роки тому

    H Aprili, good day, need help to upload gallery data along with pictures into email body as tabular format. Also how to prevent picture upload control to upload heavy image in term of pixel or mb

  • @sanjeevkumar9426
    @sanjeevkumar9426 3 роки тому

    Can we add the search bix in a data card with number of different buttons?? .. pls help

  • @daphneryan1090
    @daphneryan1090 Рік тому

    Is there a way to use the search box to search multiple fields? For instance the name of the class and the description

  • @toponightfire
    @toponightfire 4 роки тому +1

    Adding the clear icon, the magnifying glass cant be used to update the variable you have to use enter, but very informative video, ty

  • @gonzo202
    @gonzo202 3 роки тому

    Hello! Thanks for this video which has come in super useful given the clear instruction. But at the 4:40 mark where you use tbSearchInput.Text in the formula bar, I get the error "PowerApps encountered an internal error trying to evaluate this expression." I've followed everything as closely as possible to make my App apples to apples with April's. Does anyone have any suggestions? Thank you!

    • @gonzo202
      @gonzo202 3 роки тому

      Oddly enough, I got my formula working event though the error message still appears. I'd still greatly appreciate any advice on how to get rid of it.

  • @whdea3426
    @whdea3426 2 роки тому

    Hey , thanks for this video.
    I have a quick Q , Can I have a browse button in app , so that users can select their excel from lets say one drive or dataverse .
    And the template functioning of app can be intact with different excel but with same structure and metadata

  • @jefffischer7734
    @jefffischer7734 3 роки тому

    Is it possible to count the number of times in a column text appears and matches string? And to sort descending? Ie/ example - Collection has two entries Canada and cango. If I put a text entry of "a" in my search window how can I make Canada (A appears 3 times) as my first record before Cango (A appears 1 time)?

    • @AprilDunnam
      @AprilDunnam  3 роки тому

      Hi Jeff - you can use the CountRows() function for that. So for examples, CountRows(Filter(mydatasource, title = "canada")).AllItems

  • @bryanstark324
    @bryanstark324 3 роки тому

    That was great! Do you have a full course?

    • @AprilDunnam
      @AprilDunnam  3 роки тому

      Thanks for watching Bryan! I don't have a full course - just my UA-cam videos. But if you have any suggestions for topics you'd like to see covered let me know!

  • @BAD-Canon
    @BAD-Canon 3 роки тому

    Hi There, Thank you for this video it works great however I am having a small issue. My app now starts with the gallery blank and nothing will appear in it until I press the "Clear Search" button I'm using like the X in your video. Do you know a way to get this gallery to just start working?

    • @Rickko91
      @Rickko91 3 роки тому

      Probably the same reason as @Francine Lorriman.

  • @franciscorodriguezmorales2133
    @franciscorodriguezmorales2133 10 місяців тому

    How can search a number (int) in TextInput (Format is Number) witch the search function??

  • @Fernando_Calero
    @Fernando_Calero 3 роки тому

    Hi April, thanks so much for the video. How would you handle if the text entered does not exist in the data source?

    • @AprilDunnam
      @AprilDunnam  3 роки тому +2

      Hey Fernando - So the search will automatically handle it and not return results. I often take it a step farther though and what I'll do is add a label that is overlayed on top of the gallery which has the text "No items matching your search". Then I set the Visible Property of that label to something like this: If(CountRows(GalleryName.AllItems) > 0 , true, false)
      Hope that helps!

    • @Fernando_Calero
      @Fernando_Calero 3 роки тому

      @@AprilDunnam Thank you April, great advice!

  • @vinchodel
    @vinchodel 4 роки тому +1

    Hi April, awesome tutorial thanks ! One question (might sound stupid but i just started with PA). How not to loose the visible properties of the magnifying glass / cross icon (from the search bar) when they belong to a group that has a different visible property? Basically if i put the search bar within a pop up, it seems that the visible property of the pop up overwrites the ones of the glass / cross and i am loosing the fact that they either appear or disappear when using the search bar. Hope this makes sense and that you see what i mean. So i guess my second question is how to apply multiple visible properties to an element. Thanks for your reply

    • @AprilDunnam
      @AprilDunnam  4 роки тому +1

      Hi Vincent -
      Your question makes sense - visibility properties get tricky when you are doing that within groups. You will have to go into your search icon and modify it's Visible property to incorporate both the visible logic for your dialog and the visible logic for the search icon.
      So for example, if your dialog box visible property is set to: If(showDialog = true, true, false) and your search icon visibility is: If(showSearch = true, true, false) then you'll need to mash them together like so in the Search Icons visible property:
      If(showDialog = true && showSearch = true, true, false)

    • @vinchodel
      @vinchodel 3 роки тому

      Thank you ​@@AprilDunnam , this is exactly what i needed !

  • @therac23
    @therac23 11 місяців тому

    Is there a way to get the search box automatically selected when the app is active? I have made a search box app that I have embedded in a Sharepoint page as an app. Is there a way to have that automatically selected, so a user doesn't have to select the text box to start?

  • @powerapps-guide
    @powerapps-guide 3 роки тому

    is it possible to search sharepoint library file content? I'm new to powerapps. so far i can search on metadata columns only

    • @AprilDunnam
      @AprilDunnam  3 роки тому

      You can't search the content within a document in Power Apps, just it's metadata.

  • @ResponsibleXI
    @ResponsibleXI 3 роки тому

    Great tips April. Thank you. If I dont go with StartsWith and use in operator, there is delegation issue. I would like to search any text not just that StartsWith. How do I handle it without any delegation warning and even without in operator. Is there a way?

    • @AprilDunnam
      @AprilDunnam  3 роки тому

      Hi Ramesh -
      I think it would be best to use the Search() function in this case. You can pass in a value and it will search for any text that matches in that string. More details can be found here: docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-filter-lookup

    • @AprilDunnam
      @AprilDunnam  3 роки тому

      @Heather Michelle You're very welcome!

  • @silverwhite11
    @silverwhite11 4 роки тому +2

    April how can I add more than one search field for powerapps with sharepoint?. Thank you for this great video. For your case searching using title,speaker etc.

    • @AprilDunnam
      @AprilDunnam  4 роки тому +3

      You can search by multiple fields with the Or operator. So using the example I show in the video the Filter formula would look like this:
      Filter(Training, StartsWith(Title,tbSearchInput.Text) || StartsWith(Category, tbSearchInput.Text) || StartsWith(Status, tbSearchInput.Text))
      Hope that helps

    • @silverwhite11
      @silverwhite11 4 роки тому

      @@AprilDunnam , Thank you very much it works.

    • @lakshmisahaja9223
      @lakshmisahaja9223 3 роки тому

      @@AprilDunnam for date column?

  • @cathydunwood1640
    @cathydunwood1640 2 роки тому

    Hi April, I have a search box, my data is connected to a Sharepoint list. I wanr my users to only be able to enter their name, the record appears and they edit the data if needed. I don't know what i am doing wrong.

  • @jaminscoot71
    @jaminscoot71 3 роки тому

    Does this work for a sharepoint calculated field or choice field? I get a delegation error.

    • @AprilDunnam
      @AprilDunnam  3 роки тому

      Calculated fields aren't delegable but it should work for choice fields

  • @habemusmusica
    @habemusmusica 3 роки тому +1

    Hello,
    Can I have two search fields for the same gallery?
    Thanks and good work

    • @AprilDunnam
      @AprilDunnam  3 роки тому +1

      Hi Robinson - Absolutely, you can string together multiple search box queries like so: Filter(MYDataSource, StartsWith(ThisField, SearchBox1.Text) && StartsWith(OtherField, SearchBox2.Text))

  • @0202hcauq
    @0202hcauq 3 роки тому

    Hi April! How to populate Requestor information and search from AD? Thanks

    • @AprilDunnam
      @AprilDunnam  3 роки тому +1

      Hey there - you can do that with the Office365Users Connector for that. there is a SearchUsers function in that connector that you can use. Hope that helps!

    • @0202hcauq
      @0202hcauq 3 роки тому

      @@AprilDunnam Yes, that helps. Thanks

  • @hiteshgautam7406
    @hiteshgautam7406 3 роки тому

    what iff i want to search using a number and a text with the same search box
    is that possible
    Filter('[dbo].[demo]',StartsWith(Text(reportdate),TextSearchBox1.Text));
    Search('[dbo].[demo]',TextSearchBox1.Text,"client")
    this is what i have written but gives error

    • @AprilDunnam
      @AprilDunnam  3 роки тому +1

      You can do it like this:
      Filter('[dbo].[demo]',StartsWith(Text(reportdate),TextSearchBox1.Text) Or
      StartsWith('[dbo].[demo]',TextSearchBox1.Text,"client"))

  • @mustafahussainmohsin320
    @mustafahussainmohsin320 3 роки тому

    Hi April, Very nice video about search. But I want to search the gallery with a choice field and also with a Text column. I am getting error for the choice column any help?

    • @AprilDunnam
      @AprilDunnam  3 роки тому

      For choice fields you have to make sure you get the choice fields value in the comparison. So for example, if I want to filter a list called Timesheets that has a choice column called Status to get items where Status equals Approved then you would do that as so:
      Filter(Timesheets, Status.Value = "Approved")

  • @emre27emre
    @emre27emre 3 роки тому

    Hi, is there a video on how you created your home screen?

    • @AprilDunnam
      @AprilDunnam  3 роки тому

      Hi - I actually took that home screen from the Crisis Communication Template. It's a component in that template. You can download it here: docs.microsoft.com/en-us/powerapps/maker/canvas-apps/sample-crisis-communication-app

  • @libbyschneider481
    @libbyschneider481 3 роки тому +1

    Is there a way to search without having the gallery displayed and then if there is a match, it will pop up with that match?

    • @AprilDunnam
      @AprilDunnam  3 роки тому

      You can set the visibility of the gallery based on if there is something typed in the search. So something like If(IsBlank(searchbox.text), false, true). Also, the "StartsWith()" function acts as an instant filter so if you want to wait for an exact match you can use Search() instead

  • @gopikesana7973
    @gopikesana7973 4 роки тому +1

    April, i am from India i want to learn Power apps completely which one is the best institute for online classes. please help me.

    • @AprilDunnam
      @AprilDunnam  4 роки тому +1

      Power Apps 911 has some really great online training. They have everything from beginner to advanced: training.powerapps911.com/?ref=cebc83

  • @csponge1
    @csponge1 2 роки тому

    What would you do if you wanted multiple search text boxes? Type first search...then second search box becomes visible and you type within it to search from the results showing from the last search text box.

    • @AprilDunnam
      @AprilDunnam  2 роки тому

      You could just add another filter condition to the gallery that points to the second search box

    • @csponge1
      @csponge1 2 роки тому

      @@AprilDunnam Yeah... just trying to figure out where to include the search portion in combination of the massive nested Ifs for 5x dropdowns already filtering. To include blanks as well.

    • @sabrinakraus-zy1dr
      @sabrinakraus-zy1dr Рік тому

      @@AprilDunnam Hey, if I combine multiple searchboxes, the functions don't work properly anymore. I tried || and &&, but it fails everytime. What could i do? :)

  • @shradhakadam2623
    @shradhakadam2623 2 роки тому

    How to search a number in that text box

    • @AprilDunnam
      @AprilDunnam  2 роки тому

      The process would be the same for searching a number. If you want to search for an exact number and not a number that starts with those numbers then you would change it to equals in your formula.

  • @austinblack6601
    @austinblack6601 8 місяців тому

    What if I want to search the entire contents of the title and not just what it starts with?

  • @aayush8525
    @aayush8525 2 роки тому

    it becomes white. its showing an error tho i copied everything u said

  • @flightmode7655
    @flightmode7655 2 роки тому

    That 2000 Limit is a real pain in the ***

  • @doointhedoo
    @doointhedoo 9 місяців тому

    Update fyi MS decided get rid of the border color property on the text input control. which is very very stupid. who on earth makes these decisions?

  • @JZhao-tg4ns
    @JZhao-tg4ns 3 місяці тому

    Not helpful, thank you