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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

EXp.Help

i m using sum({<month={$(cmonth)}>}visit) to show visit in particular month in bar chart.

it is showng all visit of month i have category in visits like full,half, quarter.

when i select full ,half and quarter from selection box i m getting value of that category visit

1)but i want to display name of category on chart what ever i have select in list box.

2)is there any way to that i get only category wise visit by adding somthing in above expression.

3)how to calcutale aggr by visit category using above expression.

2 Replies
jagan
Partner - Champion III
Partner - Champion III

Hi,

Try using Concat().

Regards,

Jagan.

sivarajs
Specialist II
Specialist II

use can aggregate like sum({<month={$(cmonth)}>} if(aggr(visit,category),visit)

use getfieldselections(Category) to get particular category