We have a specific SQL Curve slice we need to recalculate as we are seeing mismatches in Per Period Metrics in Clarity MUX
Environment
Release : Any Supported Release
Resolution
SQL Curve Recalculation:
Identify the slice affected with mismatches from UI and find the table and column in the list (see list below)
If just a few mismatches, just update those single records as per Reset SQL Curves for a few records. If more records are affected, proceed with next steps to recalculate the entire SQL Curve. Note - this has to only be done with Broadcom Support as it involves removing data
Update the table, and SQL curve affected and identified, example (marked in color what to replace): update prteamset odf_nk_hardalloccost_curve =null where odf_nk_hardalloccost_curve is not null commit
Run Time Slicing Sync job to completion.
Additional considerations:
On some environments the Time Slicing Sync may take a while after you reset for many records, test the timings on a lower environment first.
It is recommended to run the Time Slicing Sync job over the weekend after a change like this in Production environments
The query may run for a long time before completing on large dataset.
Running this update query will temporarily remove the SQL Curves data in Modern UX: i.e. the corresponding to the SQL Curve screens in Staffing, Assignments, Financial, Roadmaps data in the TSV.
The Time Slicing Sync job will recreate the data back.
Classic UI is not affected.
To be run with caution as it removes slice data and only when advised by Broadcom Support