Re: PowerApps ersonalized gallery with distinct/groupby values One final question. How would I use this logic in a welcome message to the user that would show the number of tasks outstanding? I currently use "Your actions for today are: Open orders: " & ...
So that the patch function can use this data source to store the views and show them back on the PowerApp. Step 5.Patch the count on the OnVisible Property of the page. Show total views on a page on powerapps or view on page load. We will patch the OnVisible property. If it's a...
and that shows the distinct title values that belong to the personalized view. I've seen people use Distinct and GroupBy to get the unique values. Right now I've been using GroupBy to get the unique values with the following code: GroupBy(Table1, "SalesDoc...
and that shows the distinct title values that belong to the personalized view. I've seen people use Distinct and GroupBy to get the unique values. Right now I've been using GroupBy to get the unique values with the following code: GroupBy(Table1, "SalesDoc...
I currently use "Your actions for today are: Open orders: " & CountIf( Table1, varUser.FullName in PersonResponsible ) However this doesn't show the unique records.. Would you know how to add the GroupBy or Distinct logic here? Kind regards...
I currently use "Your actions for today are: Open orders: " & CountIf( Table1, varUser.FullName in PersonResponsible ) However this doesn't show the unique records.. Would you know how to add the GroupBy or Distinct logic here? Kind regards...
I currently use "Your actions for today are: Open orders: " & CountIf( Table1, varUser.FullName in PersonResponsible ) However this doesn't show the unique records.. Would you know how to add the GroupBy or Distinct logic here? Kind regards...