Hi All
Please help I have made changes to restrict my app showing information to a user based on a default branch now my issue is
1.I need to search multiple columns after the status of incident and it should search by Location ,Injury classification ,on site/offsite etc : Filter('[rp].[Form InjuriesOnDutyF]',Siteofincident = varBranch && 'txt.InjuriesOnduty.Text'.Text in StatusOfincident)
2.I need to sort the results in descending order using an Id number which is incremental number so that it sorts the last number created/ saved first below it must 16 then15
Filter('[rp].[Form InjuriesOnDutyF]',Siteofincident = varBranch && 'txt.InjuriesOnduty.Text'.Text in StatusOfincident),Id,Descending)
the above just wont work ,i tried to add a sortbycolumn with no luck.