Hello Christian,For me, it is not possible.I tried, according to the blog mentioned above but unsuccessfully If you want, here is the solution I found:https://blogs.sap.com/2017/12/19/dynamic-apps-in-lumira-2.1-iterating-over-a-resultset/comment-pa...
I solved it!
Firstly I was obliged to add a KF in my query because DS.getDataSelections() doesn't work without KF.
Then my code is:
var selections = PUBLICATION.getDataSelections({
"TITLE": "?",
"AVKMNLC3NNCBXH810NMXLF6MG":"AVKMNLC3NNCBXH810NMXLFV...
Hi Reiner,I get a query, composed only of characteristics (AUTHOR, TITLE, DOC, PAGE). The result of the query give a list of publications.Initially, I displayed the result in a crosstab, in the Lumira dashboard:AUTHORTITLEDOCPAGEAuthor 1Title 1Doc 1P...