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

Announcements
Solving the Informatica Dilemma: On-Demand Briefing - Watch On Demand!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlikview Gauge chart

Guys,

A per my requirement, I have a gauge chart in one sheet if that chart gets selected it should be navigated to another sheet, where a filter value should be selected.

Screenshot_3.png

Expression: =count(Aggr(if($(vBillingstatus)>7,EmployeeID),EmployeeID))

No dimension

If the above chart is selected, I can able to navigate to the sheet I want but couldn't make the filter selected.

Screenshot_4.png

Expression for billing type:

=If($(vBillingstatus)>7 , 'Billable',

  If($(vBillingstatus)>3 and $(vBillingstatus)<8 , 'Partially Billable',

  If($(vBillingstatus)<4 , 'Non-Billable' )))

vBillingstatus = Aggr(Sum(MonthlyBillableWorkHour)/Count(Total <EmployeeID, Month> DISTINCT Timesheet),EmployeeID)

This is the filter in another sheet, if that non billable chart gets selected Non-Billable value should be selected in this Billing type (Filter).

please  help

regards

Siva Bose

1 Reply
vishsaggi
Champion III
Champion III

Can you share a sample to look into?