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: 
Not applicable

File Explorer in Qlikview

Hi,

I would like to make a file explorer kind of application in Qlikview.

Which would, display the tables in the left pane, and also display the tabular data in right pane on selection of a particular table.

Plz find the file attached for the concept

Any thoughts ? How this can be achieved ?

Experts plz suggest & guide !

Thanks & Regards
Swapneel

Message was edited by: Swapneel Golapkar

11 Replies
marcus_sommer

You could build such logic with the qlikview system-fields like $Table, $Field, $Fields ... which could be used in normal qlikview-objects. To start with this topic you could take an inbuilt qlikview object - New Object --> Data Structure or Structure Table.

To build dynamically objects based on selections on these system-fields is a little more complex and need something like: $(=$Field). See here for hints and to many examples: http://community.qlik.com/message/386575#386575

Another tip, try to build a logic which supported your goals behind this layout and not necessary the layout itself.

- Marcus

Not applicable
Author

Thanks Marcus Sommer & Agnivesh