Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
any luck?
no dear
Have you tried the expression which I had suggested? or else share the app
Try This:
Count({<param_name={'TEMP'}, param_value={'<=-1'}>} <branch_type> param_value)/
Aggr(Nodistinct count({<param_name={'TEMP'}, param_value={'<=-1'}>} <branch_type> param_value),branch_type)
BR,
Chinna
yes tried but not working
Error in Expression
Count({<param_name={'TEMP'}, param_value={'<=-1'}>} TOTAL <branch_type> param_value)/
Aggr(Nodistinct count({<param_name={'TEMP'}, param_value={'<=-1'}>} TOTAL <branch_type> param_value),branch_type)
it gives 100%.
but at second level it gives same stacks for all the bar's.
Hi Kush,
Have u any idea?
let me check your app.