Filter in expression builder (1 Viewer)

aliikhlaq2006

Registered User.
Local time
Today, 20:10
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
 

plog

Banishment Pending
Local time
Today, 11:10
Joined
May 11, 2011
Messages
11,635
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.
 

aliikhlaq2006

Registered User.
Local time
Today, 20:10
Joined
Aug 10, 2017
Messages
17
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

  • Payoll.accdb
    1,004 KB · Views: 68

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 00:10
Joined
May 7, 2009
Messages
19,227
What kind of parameter is to be inputted. Please be specific.
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 00:10
Joined
May 7, 2009
Messages
19,227
This calculated column is for OT Pay only, is this correct?
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 00:10
Joined
May 7, 2009
Messages
19,227
Please try this one
 

Attachments

  • Payoll.zip
    317.9 KB · Views: 82

Users who are viewing this thread

Top Bottom