powerapps-formula

How to use button to display filtered data from excel table in PowerApps?

一曲冷凌霜 提交于 2021-01-29 07:30:56
问题 I am a newbie in PowerApps , and I am trying to build an app where based on user click, user should be able to see filtered data.My test data looks like below.For this I have created 3 button in my gallery titled as "Available", "Out-of-service" and "In-use". So, let's say when user clicks on "Available" button, the app should display the user "Sys1" and "Sys2". Likewise, same is true for "Out-of-service" and "In-use" button. I have my datasource save as ExcelTable in Onedrive and I was able

How to get distinct Gallery tiles in PowerApps?

五迷三道 提交于 2021-01-29 07:09:40
问题 My DataSource for PowerApps is Excel Table. After user's Entry, the excel Table looks like below. In below image one can see that "Sys1" appears twice in Excel Table, leading to creating one extra tile for same system Gallery in PowerApps.My Question is How to avoid duplication of tile creation in PowerApps ? Below is code for Gallery and Tile. I am new to PowerApps . Provide code with explanation . Note: I forgot to add Name after Sys. The 1st column name in below screenshot should be "Sys

GroupBy Function NOT displaying Gallery Tiles in PowerApps

半城伤御伤魂 提交于 2020-12-12 05:53:08
问题 This Question is an Extension of my previous question, located here. When I use the Filter code mention in my Question. The Gallery is displaying System Names. However, when I try to wrap my Filter code with Groypby Function as mention by @carlosfigueira, I am NOT getting any Error message. However, I cannot see Gallery Tiles. Gallery is displaying lines as shown in below image. The code I am using under Items Property of my Gallery is below. Code for GroupBy: GroupBy( Filter(Table1,

Powerapps: Splitting search text into individual strings, now I need to display on the gallery only items that include one of the strings

流过昼夜 提交于 2019-12-11 02:53:49
问题 I have created a table in powerapps that collects the individual strings from a text input box. The table is working and as users type in the text box it creates new items down the column. Now I am trying to Filter a Gallery to only display items that match any of the values in the table. I am trying to filter by a multi-line text field. If a single word in the block of text matches, I would like it to display. The table will eventually be hidden from view, but as I look at it now, whenever