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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
shannoypaul
Creator
Creator

Select Field Values from Fields

I have a field 'Frequency' which has 4 values Daily, Weekly, Monthly, Yearly.

I have to Create Charts for all the frequencies separately.

Please let me know how can I use a single field value as the Dimension in the Bar Chart.

Now I when I am using the Bar Chart, all the data with respect to all the frequencies.

TIA,

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi,

You can do so using set analysis. Suppose you want to create a chart that shows weekly sales, write an expression as sum({<Frequency = {'Weekly'}>}sales)

Regards,

Greeshma

View solution in original post

2 Replies
Not applicable

Hi Shannoy, an example application with a bit more detail would be good to help with this

Anonymous
Not applicable

Hi,

You can do so using set analysis. Suppose you want to create a chart that shows weekly sales, write an expression as sum({<Frequency = {'Weekly'}>}sales)

Regards,

Greeshma