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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
sspawar88
Creator II
Creator II

Set analysis

Count({<param_name={'TEMP'}, param_value={'<=-1'}>} param_value)/

Aggr(Nodistinct count({<param_name={'TEMP'}, param_value={'<=-1'}>}param_value),branch_type)

This expression gives me 100% Stack bar chart which i have required.

but when i drill down for branch_name it won't show 100% for branch_name.

what Changes need to be put in expression?

26 Replies
Kushal_Chawda

Try this expression

Num(Count({<param_name={'TEMP'}, param_value={'<=-1'}>} param_value)

/Aggr(Nodistinct count({<param_name={'TEMP'}, param_value={'<=-1'}>}param_value),$(=GetCurrentField([BT-BN-LT-LC]))),'#,##0.00%')

sspawar88
Creator II
Creator II
Author

i think i have to ask in Qlik sense community to How to add the BT-BN-LN-LC in expression.

beacuse there is no way to add drill down group in epression in Qlik sense.


looks strange.



Kushal_Chawda

I think in qlik sense also there should be provision to add drill group in aggr as almost all fucntions are same as QlikView

sspawar88
Creator II
Creator II
Author

lets see

sspawar88
Creator II
Creator II
Author

By the way..thanks a lot kush..its very helpful for me.

Anonymous
Not applicable

Play like below:

Count({<param_name={'TEMP'}, param_value={'<=-1'}>} TOTAL <branch_type,branch_loc> param_value)/

Aggr(Nodistinct count({<param_name={'TEMP'}, param_value={'<=-1'}>} TOTAL <branch_type> param_value),branch_type)

sspawar88
Creator II
Creator II
Author

FYI

Qlik sense not supported to following functions

http://help.qlik.com/sense/2.0/en-US/online/#../Subsystems/Hub/Content/Scripting/QlikView-functions-...

  • GetCurrentField
  • GetExtendedProperty
  • Input
  • InputAvg
  • InputSum
  • MsgBox
  • NoOfReports
  • ReportComment
  • ReportId
  • ReportName
  • ReportNumber