I have a View Panel with a datasource from a view where the selection is based on what the user has selected which I save in a hidden input. But I fail to show everything from the view besides the user has selected.
Code for what the user have choosen, in Filter by column value
var field = getComponent('inputHidden1').getValue();
return field;
As I wrote, I want to show everything from view except what's in my hidden input.
Excuse my bad english, hard to explain exactly how I mean when my english is not what it should be.
Thanks, Jonas