Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Display field values in dropdown( Pls see the image)

Hi,

How can i implement same design  as seen in below image. 

1.) Reporting Mode: "THIS IS DONE BY USING THE TEXT OBJECT "

2.) For displaying the TimeRange in Dropdown , How it can be done ? (Whether i need to go with INPUT BOX or STRAIGHT TABLE or any other object)

Capture123.PNG

Pls can anyone suggest on this.

Regards

Venkat

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

just put this

=Concat( TimeRangeSelections,',')

instead of direct field name in order to be treated as a list

and it will work

Best Regards,

View solution in original post

9 Replies
vikasmahajan

Use straight table

Write Click ,

Select Presentation ,

Select Dropdown tick option

Hope this clear your doubts

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Not applicable
Author

Hi,

You can look at the attached file if that what you want

Not applicable
Author

Hi mona

Thanks for reply,

I can't open your file bcoz not having full version Qlikview in my system.

Pls send the steps what you had implemented.

Regards

Venkat

Not applicable
Author

Hi VikasMahajan

Thanks for reply,

I tried it but it is look like below image. But i required exactly what i shown in my first post.

Capture123.PNG

Regards

Venkat

Not applicable
Author

OK ,

1-Put an input box and assign any variable you want to it

2-in the label part remove the variable name in order not to be visible

All the above in the general tab

3-in the constraints tab in Input constraints check on (predefined values only) , in the value list check on (predefined values in drop-down) and in the predefined values check on (listed values) and enter in front of it your values of the drop down list like that(TimeRange;value2;value3;.....)

Hope it's helpful

Not applicable
Author

Hi Mona,

I tried what you said , but in the last step i am providing the field (TimeSelectionRange). But it is always shows only  one values in dropdown.

TimeSelectionRange(field) and below is its values

[TimeRange

DateRange]

Pls check this.

Regards

Venkat

Not applicable
Author

Hi,

If you can please attach your qvw file so i can try in it

Thanks

Not applicable
Author

Hi Mona,

Pls see the attached file.

Regards

Venkat

Not applicable
Author

Hi,

just put this

=Concat( TimeRangeSelections,',')

instead of direct field name in order to be treated as a list

and it will work

Best Regards,