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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
sonikajain
Partner - Contributor
Partner - Contributor

extra entry (option) in list box

Dear all,

Please advise on implementing a list box where apart from the values retrieved from the column, I need to display another entry ' answer later'.

For example - for a list box - CITY, along with the city names, I need to display - 'answer later' as the last entry in the list.

Thanks in advance.

Sonika

4 Replies
Not applicable

in the script you could do a load inline.

Concatenate (CityTable)

LOAD * INLINE [

CITY,

answer later

];

sonikajain
Partner - Contributor
Partner - Contributor
Author

Thanks

I need to implemnet this in straight table too....Please help

Not applicable

How would you want this displayed in a stright table?

sonikajain
Partner - Contributor
Partner - Contributor
Author

i need a table such as this -

DivisionMONTH1234
ALLOCATION
0.40.40.40.4
DIV1
6000001600007500001410000
DIV2
800000150000910000900000
DIV4
10000030000100000370000
DIV3
20000020000450000380000
DIV5
40000040000900000760000
DIV6
20000020000450000380000

please see my post  http://community.qlik.com/message/215888#215888

and

http://community.qlik.com/message/215944#215944

and

http://community.qlik.com/thread/52530