Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
PrashantRupani
Creator
Creator

Space in load statement Qlik Sense

Hi,

I am troubleshooting a dashboard. The text on the dashboard is coming from LOAD inline statement statement. 

The text displayed should be . Need indentation for 3.1) and need in this order . 

Final Solution : 

1.0) ABCtext

2.0) This is John

3.0) This is Tim

      3.1) This is Mary

4.0) The shop is closed

What I have tried so far : 

I have tried adding repeat ( '  ',3) in load statement 

But it displays as : 

      3.1) This is Mary

1.0) ABCtext

2.0) This is John

3.0) This is Tim

4.0) The shop is closed

 

Labels (1)
2 Replies
GaryGiles
Specialist
Specialist

How are you displaying the list?  In a table?  If so, in the Sorting area of the chart, turn off Auto sort for the Dimension and sort as an expression using LTrim([FieldName]).

PrashantRupani
Creator
Creator
Author

It did not work.

I need to rewrite the LOAD inline table. Can you help with that please?