Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Ignore prefix from appearing in current selections box

I have developed an application using the table name as prefix in front of the field names (e.g. DATA.AGE, DATA.FULL_NAME etc).

However the Current Selections box always displays the field name, including the prefix e.g. DATA.FULL_NAME.  Is there any function available that would ignore the prefix and display just the field name FULL_NAME in the Current Selections box?

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

We can only hide the fields, if they are wuth hidden preffix ot suffix.  We cannot rename fields in current selection box.

Workaround - use text boxes with function GetCurrentSelections(), and use string functions (e.g. replace) and conditions to re-format the result.

Regards,

Michael

View solution in original post

1 Reply
Anonymous
Not applicable
Author

We can only hide the fields, if they are wuth hidden preffix ot suffix.  We cannot rename fields in current selection box.

Workaround - use text boxes with function GetCurrentSelections(), and use string functions (e.g. replace) and conditions to re-format the result.

Regards,

Michael