Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

List box Expression

Hi all,

what to do if I want to add or delete values from list box for next customized report .For example see following Image,Here have to delete Connection Number,Meter Status and add Debit amount for next report.Can anyone help.

Screenshot (11).png

1 Solution

Accepted Solutions
anbu1984
Master III
Master III

If you have loaded _Dimension through Inline load, then add dimension "Debit Amount" in Inline load

If you don't want to ignore few dimensions, then try like this

=If(Not Match(_Dimension ,'Connection Number','Meter Status'),_Dimension)

View solution in original post

4 Replies
anbu1984
Master III
Master III

If you have loaded _Dimension through Inline load, then add dimension "Debit Amount" in Inline load

If you don't want to ignore few dimensions, then try like this

=If(Not Match(_Dimension ,'Connection Number','Meter Status'),_Dimension)

Not applicable
Author

Hi anbu,

It's showing like this, What to do?Screenshot (13).png

anbu1984
Master III
Master III

You added above expression in expression tab. Remove that and add it in General tab. Select Field drop down in General tab and select last <Expression> and add the expression here.

148015.png

Not applicable
Author

Thank you Anbu ,Its working...