Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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
Hi,
Right mouse click -> Selected Fields -> Fields Tab-> Select required fields -> and click Add -> Ok
Regards,
jagan.
Right mouse click --> Selected Fields --> Check System Fields --> Add $Field --> Ok
You will get the list of dimensions of the application.
Hi,
Right mouse click -> Selected Fields -> Fields Tab-> Select required fields -> and click Add -> Ok
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
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
....
];