Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
renuka_sasikumar
Creator III
Creator III

Value not coming correct.

Hi,

I have one Pivot table and one list box(month).

I have given the condition in pivot table that its should give the details of max month.

But there are 4 expression i m getting the max details for 3 but for one i m not getting.

But wen select the month all the values are coming right.

Can anyone pls help me its urgent.

6 Replies
Anonymous
Not applicable

Hi,

Please can post the expression.

Regards

Neetha

renuka_sasikumar
Creator III
Creator III
Author

=Count({$<PA000.Date_From={'>=$(vMonthStartDate)<=$(vMonthEndDate)'},fYear={'$(vMaxYear)'},fMonth={'$(=Max(fMonth))'}>}DISTINCT OnRoll)

Anonymous
Not applicable

Hi,

What's the result you are expecting and what's the result?

Regards

Neetha

renjithpl
Specialist
Specialist

What are the calendar fileds you have ?

Try to nullify these fields and test it.

Eg.

=Count({$<PA000.Date_From={'>=$(vMonthStartDate)<=$(vMonthEndDate)'},fYear={'$(vMaxYear)'},fMonth={'$(=Max(fMonth))'}, Test_Quarter=, Test_Month=, Test_Week=>}DISTINCT OnRoll)

Please post a sample if possible.

cheers

Ren

Not applicable

Hi Renuka

post all the 4 expression

arulsettu
Master III
Master III

try this

=Count({$<PA000.Date_From={">=$(=vMonthStartDate)<=$(=vMonthEndDate)"},fYear={"$(=vMaxYear)"},fMonth={"$(=Max(fMonth))"}>}DISTINCT OnRoll)