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: 
knightwriter
Creator III
Creator III

Simple Date Graph

Hi All,

Basic question here. I want to create a graph showing:

  • medals won in 2015
  • By month (x-axis)
  • Count the medals per month

my fields available are:

  • [Medal.Won/Lost Date]
  • [Medal.Status]= 'Won'

I cannot get this expression as I need to use the Won/Lost date as both the InYear and month.

Appreciate any help

1 Solution

Accepted Solutions
sunny_talwar

May be this:

Dimension: MonthName([Medal.Won/Lost Date])

Expression: Count({<Year = {'2015'}, [Medal.Status] = {'Won'}>} [Medal.Status])

View solution in original post

2 Replies
sunny_talwar

May be this:

Dimension: MonthName([Medal.Won/Lost Date])

Expression: Count({<Year = {'2015'}, [Medal.Status] = {'Won'}>} [Medal.Status])

knightwriter
Creator III
Creator III
Author

Thanks again sunindia, great stuff.