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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
mandilicious
Creator II
Creator II

MTD DATA

Hi All

Please assist i need to get MTD information using below and attached data.

 

Where:

 

Detractor - Scores between 0 and 6

 

Promotor - Scores between 9 and 10

 

Neutral - Scores 7 and 8

I need to know Detractor MTD Scores,Promotor MTD and Neutral MTD Scores.

Thanks

 

Labels (1)
16 Replies
mandilicious
Creator II
Creator II
Author

Hi Tim

I really appreciate your help, i did as you said but cause i have many months in my side i have to drill per month to get MTD value, if i can just refresh and get MTD value without clicking any value(Month e.g Dec ) in my Month table.

Thanks

MK9885
Master II
Master II

Remove Year from dimension and just use Month and MTD Value?

This would break the bar chart into different months.... if you don;t want to click on month.

mandilicious
Creator II
Creator II
Author

Thanks a lot Tim

mandilicious
Creator II
Creator II
Author

Thank you very much it works

mandilicious
Creator II
Creator II
Author

Hi All

Quick one i know its being long and answered what you suggested  it is working when i use bar chart. But client just need text box not bar chart.i am using below formula(=count({<Result={'Detractor'},Year={'$(vMaxYear)'},Month={'$(vMaxMonth)'}>}ANS4) )in my textbox but have to click per month to get results.

Please help.

mandilicious
Creator II
Creator II
Author

Hi All

Quick one i know its being long and answered what you suggested  it is working when i use bar chart. But client just need text box not bar chart.i am using below formula(=count({<Result={'Detractor'},Year={'$(vMaxYear)'},Month={'$(vMaxMonth)'}>}ANS4) )in my textbox but have to click per month to get results.

Please help.

mdmukramali
Specialist III
Specialist III

Hi Phillip,

=count({<Result={'Detractor'},Year={'$(vMaxYear)'},Month={'$(vMaxMonth)'}>}ANS4)


when you use this expression you don't need to select any month from Month Field default it will take the Year and Month from Max Date.


Maybe check what is the Max Date for your application and check the ANS4 values for that Date.