Skip to main content

Hello,

 

I've created a view and a profile view in Studio. I need to be able to select individual lines in profile view, however selecting any line makes all lines selected. I was trying to play with record identifier of knowledge model, but that doesn't seem to make any difference.

 

Is there any way to fix this behaviour? Do you guys have any clues?

 

Thank you :)

 

celo@mateusz.błażk​ 

Hi @1460047457 ,

 

you were correct with your assumption that it has to do with your identifier of that record object. The identifier will define which lines will be slected, e.g. if your identifier is the Document Number, than all lines with the same Document Number will be selected. It is always a best practice to choose your identifier in the way that it uniquely identifies a line of your record object.

 

Cheers!


Hello Dennis,

 

I was trying to modify the value of record id. Originally it was:

 

pql: Cases._CASE_KEY

 

which is roughly equivalent to Document Number. Then I changed it to:

 

pql: Cases._CASE_KEY || Cases.EBELN

 

In the second case, shouldn't I get a "resolution" of line selection in Profile View narrowed down to Purchase Order Document Number? In both cases the behaviour of Profile View is the same, as I can only select either all or none of the items.

 

Thanks,

Dawid


Hi Dawid,

 

can you try to change the identifier to CASES.EBELN || CASES.EBELP. This should identify the lines in you screenshot as unique.

 

Best

Kevin


Reply