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, StartsWith('Sys Name',"Sys")),
        "Sys_x0020_Name",
        "BySys")

Gallery Screen:

来源:https://stackoverflow.com/questions/64652910/groupby-function-not-displaying-gallery-tiles-in-powerapps

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!