Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

I have a list of dimensions Example:OrderID, EmployeeID, Empy_Name, Office, ProductID, ProductName, SupplierID, Year, Month, Day, CustomerID, CompanyName etc. How can I get it in a listbox?

I have a list of dimensions Example:OrderID, EmployeeID, Empy_Name, Office, ProductID, ProductName, SupplierID, Year, Month, Day, CustomerID, CompanyName etc. How can I get it in a listbox?

6 Replies
engishfaque
Specialist III
Specialist III

Dear Rahul,

Step 1:

Reload your your script.

Step 2:

Right click on Sheet > Selected Fields > Tab "Fields" > Select Fields in Available Fields > Press on Add Button > Selected Field will be transferred to "Fields Displayed in Listboxes" > Apply > OK.

Kind regards,

Ishfaque Ahmed

jagan
Luminary Alumni
Luminary Alumni

Hi,

Right mouse click -> Selected Fields -> Fields Tab-> Select required fields -> and click Add -> Ok

Regards,

jagan.

senpradip007
Specialist III
Specialist III

Right mouse click --> Selected Fields --> Check System Fields --> Add $Field --> Ok

You will get the list of dimensions of the application.

Anonymous
Not applicable
Author

Hi,

Right mouse click -> Selected Fields -> Fields Tab-> Select required fields -> and click Add -> Ok

engishfaque
Specialist III
Specialist III

Dear Rahul,

Here is an other way, you can do it as well by this way.

Right Click on Sheet > New Sheet Object > List Box > Tab "General" > Field "Select Your Field which you want to display" > OK.

Please Note: In this way you need to add field one by one.

Kind regards,

Ishfaque Ahmed

Anonymous
Not applicable
Author

Hi Rahul if i understood your question correctly, you want to see all this field names displayed in one list box correct. Create a inline table like below:

Dimensions:

LOAD * INLINE [

    ID, feildname

    1, OrderId

    2, EmployeeID

    3, Employee_Name

   ....

];