PowerApps - Add an "All" to your Dropdown Lists - Dynamically!

Поділитися
Вставка
  • Опубліковано 2 лют 2025

КОМЕНТАРІ • 47

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

    Randy is the most skillful Power Apps person I ever came across
    Add to it the fact he loves helping and is so calm
    I truly miss working on Power Apps because it allowed me to be in touch with him
    Miss you Sir, wishing you good Luck

  • @duythinh252
    @duythinh252 Рік тому +2

    Thank you Randy, your solution is very helpful. Especially the non-collection approach is exactly what I'm looking for!

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

    Spend hours to find this solution on internet. Finally found this video. Thank you.!!

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

      Does it work in dataverse?

  • @zdeltap
    @zdeltap 2 місяці тому

    This was awesome. I used this concept on a combo box though but works like a charm. Thanks mate!

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

    Thank you so much! I was struggling greatly with my app and this just solved my 2 week headache! Greatly appreciated

  • @jasonponzio6471
    @jasonponzio6471 Місяць тому

    With a little tweaking I was able to make it work with the Choices option in the variable. When I tried Distinct and made the necessary changes it wouldn’t work. Also with the “All” option I got a blank line then All followed by the items in the column. If you selected “All” the results were blank. If the option was left blank I got all entries. I replaced “All’ with Blank() and that worked just fine.
    Thanks for the video it was a GREAT help!!!

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

    OH THIS IS SO MUCH BETTER THAN COLLECTIONS! THANK YOU

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

    Exactly what I was looking for. Worked first time too! Thanks so much.

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

    Brilliant! I actually got this two work with TWO filters simultaneously, which is awesome. Now to add the Search feature in . . .

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

    Hi Randy, this is great. a quick question : what changes we need to do if the choice column allow multiselect?

  • @ASHISHKUMAR-fi2kn
    @ASHISHKUMAR-fi2kn Рік тому

    Thanks for the video Sir. I'm stuck in one scenario, I have a combobox which is connect to a data source and based on the item selected in that combo box items are filtered in gallery. I want to select all the items in that combo box automatically when the page load where the combobox is placed. How I can achieve that?

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

    Thank you, just what I needed and brilliant, too :)

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

    Randy, how the script should be re-write if all the records were associated with, let’s say, a different “customer” ?
    In other words, in my gallery, when filter , it brings records associated with another customer.
    Hopefully I have explained correctly so you can guide me.
    Thank you

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

    Hello Randy! Great video! I'm trying to adapt this solution to my need, but it's not working. My Dropdown control doesn't use the Choices function, its Items property has this formula:
    Distinct(Filter(Cursos;Habilidade=ddHabilidade.Selected.Result);Comportamento)
    "Habilidade" and "Comportamento" are two columns from the "Cursos" data source and there is a cascading lookup relationship between them. The ddHabilidade dropdown shows its values ​​depending on the value ​​selected in the previous dropdown which is linked to the "Comportamento" column. There are four possible options in the "ddHabilidade" dropdown and I need to add an "All" option before them. Do you think your approach can be applied in this scenario?

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

    Hi how can we make it auto selected if its a check box control in which 'Select All' option is selected all options should get select in power apps

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

    Any tips on getting this to work with a Salesforce datasource? Thank you.

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

    Great video Randy
    How can I limit user from selecting ALL and also other values in a choice columns
    meaning - if the user selects ALL - they should not be able to select other values in choice list - it is a multi value selection field

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

    Very insightful video. Thanks for sharing

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

    Great video! Helped me a lot!

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

    Hi Randy, would you consider making a video of when not to use a variable?

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

    Does it work in dataverse?

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

    Awesome stuff!

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

    Hello! Can i add new choice in Dropdown list ?

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

    Stupendous. Thank you.

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

    Hey, I can get the All option to display in the dropdown now but nothing shows in the gallery with the all selected. Using this: Sort(Filter('Book Club', 'calculated category'=Dropdown1.Selected.Value),Title)

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

      Take at look at about 5:45 in the video. Your formula needs to account for the All -
      Your formula should be:
      Sort(Filter('Book Club', Dropdown1.Selected.Value="All || 'calculated category'=Dropdown1.Selected.Value),Title)

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

      @@randyhayes891 Amazing! I had built a little internal library app where you can check out books that we have and they were categorized but I never got the All to work. Now it shows all books and you can narrow it down.

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

      @@randyhayes891 I have one more question, how would this work if the calculated category is a multi select column?

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

      Thank you! I was so confused. I thought this was on the Dropdown, not the Gallery. That exact timestamps shows what is being editing. I've been going round in circles.@@randyhayes891

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

    It's difficult to work out what is being edited at certain point because the tree view is off screen.

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

    Nice video - content and production. I inherited some Apps that liberally use the Collection way of adding All/Any to dropdowns for filters and it is indeed a support/maintenance nightmare. Would be nice if there were just a 'Union' function to combine two or more tables of records - maybe they will get to that in another few years!

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

    Thank you so much!

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

    That was brilliant!

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

    Thank you so much

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

    Thank you, good contents.

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

    Wow,, this was really good,, thank you

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

    How to add All to Multiple Select Combo Box?

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

    Great, excellent video
    regards

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

    Well. it seems to be too difficult as for such common situation. Again we face with a low-code solution which should make life easier, but instead stuck at the first common case and need to google it

  • @andredoestech
    @andredoestech 7 місяців тому

    I wish he would show his whole screen and stop zooming in

  • @1966rapunzel
    @1966rapunzel 4 місяці тому

    Sorry Andy it's 2024, 18 minutes isn't a Quick Tip

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

    Too fast and not well explained. Nothing for beginners. 😢

  • @creekon6418
    @creekon6418 2 місяці тому

    Slow down

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

    Too fast.