Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Experts,
I have a text box in Qliksense where i use the combination of Index() and Replace() to eliminate few filters that show up in the getcurrenctselection() which works pertectly in Qliksense. But once i export this object to NPrinting as an image, the logic doesnt seem to be working and is showing all the selected filters in the ondemand excel report. Below is my expression.
=IF(Index(GetCurrentSelections(chr(10)),'# Records') > 0,Replace(GetCurrentSelections(chr(10)),'# Records: =rand()<=vSampleSize/100+now()*0',''),
GetCurrentSelections(chr(10))).
Can anyone help?