Hi All,
I have a dashboard in which status column and I want to filter based on approved,pending or reject .
Please help me
Thanks,
Prashant
Solved! Go to Solution.
Hi @Prashant20 ,
Apply code on item property , Suppose if you filter based on your text on textinput.
Sortbycolumn(filter(D_source_name,startwith(Title,textinput.text)),"Columnname(Status)",descending)
Thanks,
Chitrakant27
Hello @Prashant20
Can you please share more details of your screen on the goal you want to achieve? Cause there are various suggestions without more details.
Please share your columns and maybe your screen layout so I can give a better advise.
Just in case you my answer helped you solve your problem, please mark/accept this as a SOLUTION. This helps community members if they experience a similar issue in the future. |
bistek.space @cha_bistek @BisTekSpace |
Hi @Prashant20 ,
Apply code on item property , Suppose if you filter based on your text on textinput.
Sortbycolumn(filter(D_source_name,startwith(Title,textinput.text)),"Columnname(Status)",descending)
Thanks,
Chitrakant27