Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试制作和应用程序,我将在下拉列表(1 个共享点列表)中选择项目名称,然后在其他屏幕上,我想显示在所选项目上过滤的一些信息(例如,风险)。这些风险信息在另一个 SP 列表中,项目归档声明为查找列。
当我尝试在所选项目的第二个屏幕上进行过滤时,它告诉我这是一首曲目,我无法过滤:
应该是语法问题,但找不到
您需要添加风险数据源并对其进行过滤。
Filter('Risk_SP_Table_Name',ProjectID=dropdownSelector.Selected.ID)
像这样的东西。希望这可以帮助
I have a problem in JAVA when i'm trying to return a HashMap that I have added to a list of type: List<Object>. I know I can use other type of lists, but I need to use List<Object&g
List<Object>
List<Object&g