Комментарии •

  • @tenisviejos
    @tenisviejos 4 года назад +7

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

  • @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 RUclips 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!

  • @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.

  • @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.

    • @AprilDunnam
      @AprilDunnam 2 года назад

      Thank you so much. So glad I can help, and I agree, Shane is amazing😀

    • @lagenteestaloca5875
      @lagenteestaloca5875 2 года назад

      +1, 100%

  • @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!

  • @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...

  • @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!

    • @AprilDunnam
      @AprilDunnam 4 года назад

      You’re very welcome Teresa!

  • @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 :)

  • @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?

  • @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.

  • @raphaelchalub
    @raphaelchalub 3 года назад

    PERFECT! Thank you very much!

    • @AprilDunnam
      @AprilDunnam 3 года назад

      You're welcome, thanks for watching!

  • @qqqqhuz
    @qqqqhuz 3 года назад

    Very well explained, thank you.

  • @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 :)

  • @bhanusv4256
    @bhanusv4256 4 года назад +1

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

  • @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...

  • @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!

  • @philcoombe7671
    @philcoombe7671 Год назад

    Superb tutorial. Works like a charm. Thankyou

  • @AhmedBalfaqih
    @AhmedBalfaqih 4 года назад +1

    Thank you. Great Tutorial

  • @emanuelarcas1
    @emanuelarcas1 2 года назад

    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

  • @radiantinternational9436
    @radiantinternational9436 2 года назад

    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?

  • @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!

  • @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.

  • @klgraf
    @klgraf 3 года назад +1

    Very clear and helpful video

  • @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?

  • @MrTonyradford
    @MrTonyradford 2 года назад

    Really useful, thanks!

  • @stlaurent26
    @stlaurent26 11 месяцев назад

    Thank you , wonderful content

    • @AprilDunnam
      @AprilDunnam 11 месяцев назад

      You are very welcome!

  • @CuratedHistories
    @CuratedHistories 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.

  • @josejimenez-jz1ut
    @josejimenez-jz1ut Год назад

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

  • @imran002ali
    @imran002ali 5 месяцев назад

    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!

  • @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

  • @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

  • @rembautimes8808
    @rembautimes8808 Год назад

    Wonderful content - thanks

    • @AprilDunnam
      @AprilDunnam Год назад

      Thank you, glad I could help!

  • @chatreea1
    @chatreea1 Год назад

    Thanks a lot for your lesson

  • @harishpranavjagannath9599
    @harishpranavjagannath9599 2 года назад

    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?

  • @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

  • @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 :)

  • @aleksvpYT
    @aleksvpYT 2 года назад

    Excelent! Tks!

    • @AprilDunnam
      @AprilDunnam 2 года назад

      You're welcome, thanks for watching!

  • @sadiknasufi9992
    @sadiknasufi9992 4 года назад +1

    this is very helpful

    • @AprilDunnam
      @AprilDunnam 4 года назад

      Glad it was helpful Sadik!

  • @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!

  • @newabyuser
    @newabyuser 4 года назад +1

    This is awesome

  • @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

  • @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!

  • @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.

  • @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

  • @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?

  • @SharaqpurDotCom
    @SharaqpurDotCom Месяц назад

    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.

  • @dandrem.4074
    @dandrem.4074 Год назад

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

  • @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 RUclips videos. But if you have any suggestions for topics you'd like to see covered let me know!

  • @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

  • @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

  • @Gorganahfikark
    @Gorganahfikark Год назад

    Thanks!

  • @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 4 года назад

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

  • @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 2 года назад

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

  • @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.

  • @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!

  • @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

  • @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?

  • @franciscorodriguezmorales2133
    @franciscorodriguezmorales2133 11 месяцев назад

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

  • @therac23
    @therac23 Год назад

    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?

  • @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!

  • @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.

  • @habemusmusica
    @habemusmusica 4 года назад +1

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

    • @AprilDunnam
      @AprilDunnam 4 года назад +1

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

  • @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.

  • @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

  • @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

  • @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.

  • @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

  • @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"))

  • @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

  • @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

  • @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 9 месяцев назад

    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

  • @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?

  • @flightmode7655
    @flightmode7655 2 года назад

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

  • @JZhao-tg4ns
    @JZhao-tg4ns 3 месяца назад

    Not helpful, thank you