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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
deepakqlikview_123
Specialist
Specialist

Expression.

Hi All,

Below is expression that I have used previously for calculating Max years vehicle number

count( {$<Year= {$(=Max(Year))}>} VehicleSerialNumber)


But now i have changed Year to Billing_Year1.

Can you please suggest what would be expression in this case.Because my expression is not working fine.



Thanks,

Labels (1)
3 Replies
Not applicable

Count({<Billing_Year1={$(=Max(Billing_Year1))}>}VehicleSearialNumber)

jagan
Partner - Champion III
Partner - Champion III

Hi,

Can you explain in detail with some sample file?  If you are changing field name Year to Billing_Year1 then use this

=count( {$<Billing_Year1= {$(=Max(Billing_Year1))}>} VehicleSerialNumber)


Regards,

Jagan.

Not applicable

Hi

If you are using Billing_Year1 field for year then you can use this

=Count({<Billing_Year1={$(VMaxYear)}>}VehicleSerialNumber)

Variable:

VMaxYear= Max(Billing_Year1)

Still you are not getting the proper output. Attach the sample file

Regards

Nirmal