Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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)
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
can you explain the date field? I am not clear enough.
thank you .
and...where should I place the command? anywhere?