Filter in expression builder

aliikhlaq2006

Registered User.
Local time
Today, 21:20
Joined
Aug 10, 2017
Messages
17
My question is how to filter or set parameter in calculated expression builder for example i have this field calculated
Round(Nz(([SalaryData]![BasicSalary]/([SalaryData]![StandardHrs]*[SalaryData]![StandardDays]))*[SumOfOvertimeHrs],0),0)

I want to set the date parameter on the red color field how i can do this
 
We would have to see some sample data from your underlying tables to see exactly what you wanted to achieve.

Also, you probably need to catch 0 values in your Hrs and Days fields, otherwise you could get a divide by 0 error.
 
We would have to see some sample data from your underlying tables to see exactly what you wanted to achieve.

Also, you probably need to catch 0 values in your Hrs and Days fields, otherwise you could get a divide by 0 error.

I have attached my database file please look. Goto the salary Calculation query there you will find a table OvertimeExp. This is the table where i want to set parameter to run salary every month
 

Attachments

What kind of parameter is to be inputted. Please be specific.
 
This calculated column is for OT Pay only, is this correct?
 
Please try this one
 

Attachments

Users who are viewing this thread

Back
Top Bottom