SortColumnType: !SortColumnType -- how does this work for the first time? You are not initializing to a bool value initially right? Also, it looks like assigning a variable to itself.
@saikkandukuri19954 жыл бұрын
HI Druvinsh , Thanks much for the video , but the same scenario , i need to do with Data table object in Powerapps. How could i achieve it. The Data table is having more number of columns with a scroller. So whenever i scroll the sort icons are statically appearing on the other columns headers.
@iamdhruvinshah4 жыл бұрын
You can't get dynamic position for scrollable data table for adding the sort icon. I'm still searching on this. If I found anything, I will make a video on same topic. Same way if you find anything, please comment here! Thanks for raising this!
@tejasparikh46812 жыл бұрын
Hello Dhruvin Thanks for provide us an Example how to do Sort and sortbycolumn in Data table in PowerApps i have two data table which connect two difference data source 1) Treatment management 2) Global Admin When i do the sorting on first data table i.e treatment management other data table become blank when i do the sorting on 2nd Data table i.e Global admin the first data table become blank On visible property of screen i have apply following code UpdateContext({SortColumnPref:"TextColumn"}); UpdateContext({SortColumnPref:"TextColumn1"}); Both datatable are on same canvas. do i need to use two different canvas for this
@hitmanLis2 жыл бұрын
right in deed :]
@myksara27614 жыл бұрын
thanks for these wonderful videos Dhruvin! One quick question..can 2 or more developers work on the same app? lets say app needs to have 6 screens..can 3 developers work on 2 screens each with version control?
@iamdhruvinshah4 жыл бұрын
No, one developer can work on single Canvas app at the time.
@Curiousexplorer7973 жыл бұрын
Dear Dhruvin - how to resolve SortColumnName delegation warning? Please advise.
@iamdhruvinshah3 жыл бұрын
Hi ! I will prepare some advanced topic for removing Delegation from Power Apps. Stay tuned!
@realbenedictik4 ай бұрын
Please can you help post the link here. Im having a similar issue @iamdhruvinshah
@rahil_islamic_7863 жыл бұрын
Nice Video Sir Sir create SharePoint online Full tutorial please sir
@shiaufungtiong53694 жыл бұрын
Hi Sir, I want to ask a question regrading this, I created a listing, then at item I have 2 switch , but if I not click on sort button, my listing will not display out at the first place ,can you give a guidance or advise for this
@iamdhruvinshah3 жыл бұрын
So, on visible of the page you need to provide column for sort.
@sowjvin2 жыл бұрын
@@iamdhruvinshah Hi thanks for your videos, they are very useful. I am having same issue and as there is clearcollect for header onvisible so I am not able to specify any sort there. can you please point to more info/link/video
@sirishaponnaganti69553 жыл бұрын
How to remove delegation error Druvin
@vshiyamvps6063 жыл бұрын
bro actually I have one problem from starting that I cant able create leave list in my lap becz my company has blocked creating it
@musthakhahammed65353 жыл бұрын
Hello sir, I have a doubt, I'm not sure it will work or not... We are defining a variable with the name of variable_1. And assigning the value of the variable with the exact name of field/column names of the corresponding arrow. If the user selects one arrow, it will update the value of the variable_1. And defining one sort variable also in every arrow keys >>> var_sort : !var_sort In the switch function(in this case), we are writing that SortByColumn() field. After that, we are passing below common statement on the "else" field of switch(), >>> sort( leaves, variable_1.value, if( var_sort, Ascending, descending)) You can see a lot of errors here, Hope you understood the logic😅