根据下拉列表和文本搜索框过滤共享点列表

发布于 2025-01-20 22:09:26 字数 638 浏览 1 评论 0原文

在我的画布应用程序上,我有以下元素:

  • 名为 DataMarketTable 的共享点列表 - 列包括板块、制造商、模型、客户

  • 名为“Dropdown1”的下拉列表以及从名为 Table1 的 excel 文件中的表中捕获的元素。带有可能的过滤器集群的列表 - 全部、制造商、型号、客户< /p>

  • TextInput1,允许识别下拉列表中标识的元素的特定值。

我已尝试使用 DD 列表中的 All 值,如下所示

If(Dropdown1.Selected.List = "All"; 'DataMarketTable') 

,它正确地显示了列表中的所有元素。

如果我尝试根据客户端和搜索框进行过滤,如下所示,

Search(If(Dropdown1.Selected.Status = "Client"; Filter('DataMarketTable'; Client = Dropdown1.Selected.Status)); TextInput1.Text; "Client") 

它不会给我任何错误,但如果我输入搜索按钮,我不会收到结果

帮助?

on my canvas app I have the following elements:

  • Sharepoint list called DataMarketTable- Columns are Plate, Maker, Model, Client

  • Dropdown list called "Dropdown1" and element captured from a table in excel file called Table1.List with the possible filter cluster - All, Maker, Model, Client

  • TextInput1 that allows to identify a specific value for the element identified in dropdown.

I've tried with the All value in the DD list as follow

If(Dropdown1.Selected.List = "All"; 'DataMarketTable') 

and it shows me correctly all the elements in the list.

If I try to filter based on Client and search box as follow

Search(If(Dropdown1.Selected.Status = "Client"; Filter('DataMarketTable'; Client = Dropdown1.Selected.Status)); TextInput1.Text; "Client") 

it doesn't give me any error but if I type in the search button, I'm not receiving results

Help?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文