Can you please tell me how to do the manager's part. ie. He should see only those requests which are assigned to him
@hamzavlog4890 Жыл бұрын
Can we create a function in place of repeating same
@jt92283 жыл бұрын
Thank you so much for sharing your knowledge with us! I was able apply what you showed us for my project. Great video!
@jatinkalra1242 Жыл бұрын
Hi Dhruvin, Thanks for creating material. Data loading is stop once i used 'Created By'.Email code in Search and Filter. Could you please me with the same why data is not populating in a data gallery. Thanks Jatin Kalra
@jatinkalra1242 Жыл бұрын
Does anyone reply on this comment section?
@maileite_3 жыл бұрын
Thank you so much for these videos! Help me a lot!
@iamdhruvinshah3 жыл бұрын
You're very welcome!
@nandinidrr16718 ай бұрын
Can I have a got account to download code
@srkjain20002 жыл бұрын
Hello Dhruvin , Nice Tutorial , Unable to find the link of github for filter/sort code , Would you please share it
@jnncxii2 жыл бұрын
Hello Dhruvin, thanks for this tutorial. One concern, when I follow this tutorial, initially the gallery with multiple columns does not displaying any data, i just need to click from any of my sort button in order to display the data..
@praveenmullamuri28352 жыл бұрын
Hi Dhruvin, Which view should I select to create sorting to get the columns side by side Thank you
@popgugu2 жыл бұрын
Hi Dhruvin, do you have a solution for sorting a "Choice" data type in Dataverse?
@prajwalskateel3 жыл бұрын
Great video, very helpful
@santukondapally3 жыл бұрын
IT IS VERY helpful. I have a quick question . How to over come delegation warning with filter
@iamdhruvinshah3 жыл бұрын
Good question! There are some techniques using which we can overcome delegation warning. Examples: Use Startswith instead of in. Use = whenever it is possible. However, I'm planning to make a separate series for the same in future. Stay connected. Also, it is difficult to remove delegation warning for Dropdowns, LookUps columns.
@amardeepraj4321 Жыл бұрын
Hi Dhruvin, could you give me solution package of leave management app
@asihasih69723 жыл бұрын
Hai Dhruvin, thank you your video tutorials.. I would like to ask you, in screen View and Edit for Gallaries and Filter and Search function , why is the table not updating even though there is a new form input ? I only use Filter and sort
@minvisusanpaul22122 жыл бұрын
Hi, how to filter lookup columns
@suprajakumari7006 ай бұрын
i Cannot see github url, could you please provide link where can we download the code
@saratchandra73883 жыл бұрын
Hi dhruv,if we have two names in single column how can we search as use can type first person or second person name based on name it has to filter gallery and I am filter function and using in operator causing delegation warning is there work around appreciate your responses.
@harshithaaradhya59062 жыл бұрын
Hi Druvin,I am following ur powerapps session. I must say that its one of the best Powerapps Tutorial . I have stuck in one issue, I have followed the steps to sort and filter chapter 16, but whtever the new records(leaves ) created is visible in the sharepoint list but not in a galary. Could you please help me?
@varmagvs1322 Жыл бұрын
@dhruvin: This project should have been implemented connecting to Dataverse instead of Sharepoint. Dataverse implementation doesn't seem to be as easy as Sharepoint.....
@ansarimohd.arshad42712 жыл бұрын
I am facing an Issue with creating sort and filter together can you pls help me.....!
@lbaidya3 жыл бұрын
Hi Druhvin, kindly increase your recorded voice level higher for the future lectures :)
@iamdhruvinshah3 жыл бұрын
It's been taken care
@amitatiwari88553 жыл бұрын
Hello Dhruvin ,well done .I follow your video and apply it practically but both filter and sort is not working properly .When we add filter code in Sort code it is not working. When I Remove the code of filter then sort is working.
@smbasha2 жыл бұрын
Can you pls tell me how to do the manager part..pls
@manpurbharath2631 Жыл бұрын
Did u find that issue..?
@jatinkalra1242 Жыл бұрын
Hi Dhruvin, Data stop loading after combining the code sort and filter data. Is anyone encounters same problem. If yes please comment.
@anusag6956 Жыл бұрын
Sir, please share homework with your channel.
@punitkoushal5428 Жыл бұрын
Can you PI share Home Work Code
@ansarimohd.arshad42712 жыл бұрын
sir please need your help pls replay me as soon as possible Iam working with live project
@CashCowz962 Жыл бұрын
Hey I need some help
@fabioscognamiglio92814 жыл бұрын
Hello Druhvin, well done. Thank you for these awesome video tutorials. I’d like to ask you something about sort function. I have a column in my collection as table. Something like status.Priority and status.Description. How can I sortByColumn referring the field to sort ‘status.Priority’. PA seems not recognize the subfield. Any workaround?
@iamdhruvinshah4 жыл бұрын
You need to user Sort function. SortByColumn will not work for you!
@fabioscognamiglio92814 жыл бұрын
Not a viable solution in this case. We need to sort other columns too
@iamdhruvinshah4 жыл бұрын
@@fabioscognamiglio9281 You can write sort with switch function for multiple columns
@fabioscognamiglio92814 жыл бұрын
Dhruvin Shah I was referring to sort other columns when value is the same for the previous one. Multi column sorting. I cannot use only sort function as you suggested.
@iamdhruvinshah4 жыл бұрын
@@fabioscognamiglio9281 ok Then it's different one! Sorry, my bad!