Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
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,

3 Replies
Not applicable

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

jagan
Luminary Alumni
Luminary Alumni

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