I'm a newbie to Fusion. I'm looking for a date column to pull the data from the pay_run_balances table for a quart-yearly HR payroll plans vs actuals report.
The table is so huge and has tens of millions of rows that I can't pull it entirely into the report. However, I need the data only for a quarter in the report (only the rows where the status is closed).
But unfortunately I couldn't find a date column to pull the runs. I'm primarily looking for a system-generated date column (especially Last_updated_date). Is there a table that I can use for a join and take the appropriate date column from there? I'm sifting through the vast documentations with no luck so far.
Looking for help from the community.