Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikuser2021
Contributor III
Contributor III

Filter Pane with formatted Frequency right justified

I'm trying to create a filter pane that has a dimension with a frequency that is formatted with a comma seperator.  I am using the below but is there a way to get the dimension to be left justified and the expression part to be right justified so the columns line up.

=if(isnull( [Business Line]) ,null(), [Business Line] & ' | ' & num(Aggr(Sum(Attempts), [Business Line]),'#,##0') )

 

Somthing like this.

Collections           1,201

Bankrutpcy                50

Legal                     10,215

Labels (1)
  • SaaS

0 Replies