SharePointでリスト作成をしています。そのリストから検索で出力したいのですが、どうしたらよろしいでしょうか? SharePointの方で何かしないといけないとかありますか? 逆にSharePoint側でやっていたらいけない設定などとかありますか?
Solved! Go to Solution.
Hi @k_to
Note that column name need to be enclosed in double quotes.
According to your screenshot, there is one less comma between the column name and the If.
Sort and SortByColumns functions in Power Apps - Power Platform | Microsoft Learn
Best Regards,
Levi
Hi @k_to
We cannot read the formula since it shows a different language. Can you post it in English, please?
Thanks, Stalin (Microsoft MVP)
Blog - Learn To Illuminate Blog
YouTube - Learn To Illuminate Videos
Hi @k_to
Could you please tell me:
Is your formula
SortByColumns(Search(Table,TextInput.Text,"Column"),"Column",If(SortDescending1,Descending,Ascending))
Your formula is correct and you don't need to set up SharePoint.
Best Regards,
Levi
そのような式になります。でもなぜかこれがうまく機能していないです。
出来ない理由として考えられる要因はありますでしょうか?
どこかがおかしいという事になると思いますが、それがどこかわからないです。
もし何かあればアドバイスを頂けましたら幸いです。
宜しくお願いいたします。
Hi @k_to
Note that column name need to be enclosed in double quotes.
According to your screenshot, there is one less comma between the column name and the If.
Sort and SortByColumns functions in Power Apps - Power Platform | Microsoft Learn
Best Regards,
Levi