Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Graph

Hi

I am really new to QlikSense. Iam now using QlikSense Desktop. I am from manufacturing background. We  are actually in the trial in using QlikSense. We do production performance monitoring (productivity, efficiency, etc) by daily. I try to come out with a Column graph of productivity against Month (Monthly) (January, February, March, etc). However, I don't know how to create one. We have manufacturing productivity, packing productivity, and etc..)

Please anyone can shows me how to create the graph.

5 Replies
arulsettu
Master III
Master III

to create month you need a date field from your data source.

if you find one then try to create month like this

in script:

month(your_date_field) as  month

then you can use month as dimension

then use this in expression

sum(manufacturing productivity) or sum(packing productivity)

vinieme12
Champion III
Champion III

There is lot of content for beginners available on the community and the web.

Downloadable guides ‒ Qlik Sense

Qlik Sense for Beginners - community contributed

Results from Google

https://www.google.com.sg/search?q=qlik+sense+for+beginners+pdf&oq=qliksense+for+b&aqs=chrome.1.69i5...

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Not applicable
Author

can you explain the date field? I am not clear enough.

Not applicable
Author

thank you .

Not applicable
Author

and...where should I place the command? anywhere?