TSV data decreases when values are entered outside the set Date constraints
book
Article ID: 370926
calendar_today
Updated On:
Products
Clarity PPM On PremiseClarity PPM SaaS
Issue/Introduction
TSV data drops when values are entered and saved outside of the Time-varying Date Constraints.
Steps to Reproduce:
Create a API enabled custom subobject with Master object = Project
Create two custom API-enabled date fields on the custom subobject which is to be used as Date constraints in the TSV field Attribute names: Custom Start and Custom Finish
Create a custom time-varying attribute with properties: Attribute Name: TSV TEST Data Type: Time-varying Time-varying Type: Calendered Time-varying Data Units: Number Time-varying Date Constraints: Start On: Custom Start Finish On: Custom Finish
Create a custom Project blueprint and add the subobject as a module
Create a project against the custom blueprint
Open the custom subobject module and show the custom per-period metric TSV TEST and custom date columns Custom Start and Custom Finish
From grid view options set : Periods as Months Start Period = Start of Current Year End Period = End of Current Year Enable Grand Totals
Create an instance of the custom subobject and fill in the date constraints: Custom Start: 01/01/2024 Custom Finish:31/12/2024
Enter values like 100 in TSV for the displayed 12 monthly periods for 2024 and observe Grand Totals is 1200 as expected
Now enter values in monthly periods outside the date constraints (2023 or 2025) and observe that the values entered outside the Date constraints are ignored as expected, but observe the grandtotals and monthly cell values in 2024
Expected Results: The grandtotals to remain untouched at 1200 and TSV cell values in 2024 at 100 each
Actual Results: The grandtotals reduces from 1200 and TSV values in 2024 from 100, and the value keeps reducing each time a value is entered outside the date constraints.