Sign in to join the conversation:
Hi,
I'm trying to get end dates to change based on estimated hours AND allocation %.
Is that possible? How do you do this?
Thanks!
the formula
=date1 + 1
will add a single day to the date in the date column first row.
knowing that dates can be manipulated this way, we can use a simple statement to adjust the date
=date1 + ([Estimated Hours]1*Value + [Alocation %]1*Value)
If you want to make it more complex you can use an if statement to make a faux variable to adjust the date based on criteria.
=date1 + if([Allocation %]1 > 50%, [Stock Project Duration]1 * 1.25)
Or something like that.
Hi everyone, in several of my Details Views for multiple Dynamic Views, text fields and/or checkboxes that are configured in the Dynamic View settings are not appearing in the Detailed View. Is anyone else seeing this today? I've not updated any of my configurations lately and don't know how to explain this! Thanks!
The timeline widget has a toggle: Set the default hierarchy state. I am turning on "expand lanes by default." It seems regardless if I turn this "on", save, sign out, and sign back in, it automatically changes back to "off" when I log out. I have tried clearing my browser cache.
Can someone tell me how to get rid of the 120.0% max on this graph? It is always going total 100% and never any more, so I would like to use more of the space for graph display purposes. I even tried reducing it so that the largest value was 99.999%, thinking maybe being exactly 100 would cause the next "level" to…