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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Suggest a meaningful UI

Please suggest a meaningful UI representation of attached data.

[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/8877.data.xls:550:0]

Labels (1)
5 Replies
suniljain
Master
Master

you can represent this data in bar chart . comparison will be clearly shown in bar chart through bars.

Not applicable
Author

Can you please suggest sample .qvw file.

Please provide the .qvw file which can be opened in personal edition of qlikview.

suniljain
Master
Master

you can't open .qvw in personal addition.

Not applicable
Author

Not sure why .qvw files can't be opened in personal edition !!!

In personal edition I'm creating .qvw files only.

martinpohl
Partner - Master
Partner - Master

to load data:

Data:

CrossTable

(Month, Value, 3)

LOAD

Region ,

Geography,

Category,

[JAN 2009],

[FEB 2009],

[MAR 2009],

[APR 2009],

[MAY 2009],

[JUN 2009],

[JUL 2009],

[AUG 2009],

[SEP 2009],

[OCT 2009],

[NOV 2009],

[DEC 2009]

FROM

C:\Temp\Qlikview\Support\8877.data.xls

(biff, embedded labels, table is Sheet1$, filters

(Replace(1, top, StrCnd(null )),

Replace(2, top, StrCnd(null ))));



create a bar chart, dimension e.g month and as formula sum(value)

Regards