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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Aspiring_Developer
Specialist
Specialist

Show total value in a chart qliksense

Hi All,

I have below table :-

Aspiring_Developer_0-1644416543627.png

 

My requirement is I need to show single value of each month like below :-

Oct 2021- Total of all the values in month of oct 

Nov 2021- total of all values in the month of nov

There should be single line of record for each value . How can we group it ?

Can we do it in front end ?

Thanks in advance

1 Reply
hic
Former Employee
Former Employee

You have created a dimension using the Date() function, probably through Date(ISSUE_CLOSED_DATE,'MMM-YY') or something similar. Note that the dimension then is formatted the way you want it, but the different dates still have different values: There are still multiple values within a month.

See more on 
https://community.qlik.com/t5/Qlik-Design-Blog/Data-Types-in-QlikView/ba-p/1474977 
https://community.qlik.com/t5/Qlik-Design-Blog/The-Date-Function/ba-p/1463157 

Try this instead:

Date(MonthStart(ISSUE_CLOSED_DATE),'MMM-YY')