Jasper reports JasperSoft服务器-获取用户的属性

Jasper reports JasperSoft服务器-获取用户的属性,jasper-reports,jasperserver,Jasper Reports,Jasperserver,我已经安装了Jasper服务器,在这里我为用户joeuser创建了以下属性,这些属性是我创建的名为/value的属性 姓名:1公司 价值:1 姓名:公司2 价值:2 我怎样才能在我的参数上检索它?当我使用 $P{LoggedInUserAttributeValues}.iterator().next() , i get only the values: 1 , but how could i get the value of company2 ? 我尝试执行类似于“$p{LoggedInUse

我已经安装了Jasper服务器,在这里我为用户joeuser创建了以下属性,这些属性是我创建的名为/value的属性

姓名:1公司 价值:1

姓名:公司2 价值:2

我怎样才能在我的参数上检索它?当我使用

$P{LoggedInUserAttributeValues}.iterator().next() , i get only the values: 1 , but how could i get the value of company2 ?
我尝试执行类似于“$p{LoggedInUserAttributeValues}.iterator().next().next()”的操作,但不返回任何内容

我想要它接收值并在查询生成器IN子句中使用