S
suek
Issue is that I need to build a form where users enter Key Performance
Indicators.
There are 4 fields: tender, design, construction and commissioning upon
which I am measuring planned vs actual performance. Each of these tasks has
a weighting: tender .1, design .35, construction .45 and commissioning .1
My IIF is working ok where they are on target or where they are behind
target (eg for the design value I have hidden a field with the following
calculation:
Year vs Planned To Date Design:
IIf([intYearPlannedDesign]=0,([intPlannedtoDateDesign]*0.35),(([intPlannedtoDateDesign]/[intYearPlannedDesign])*0.35))
and then shown on the form the total auto calc being:
Total Percentage Job Planned To date KPI: (([Year vs Planned To Date
Tender]+[Year vs Planned To Date Design]+[Year vs Planned To Date
Construction]+[Year vs Planned To Date Commission])*100)
Where they exceed KPI's eg expect to have done no construction, but have
done some, it is throwing out some weird results. eg 2225%. Can anyone
explain to me what is happening here, and how to fix it.
thanks!
Indicators.
There are 4 fields: tender, design, construction and commissioning upon
which I am measuring planned vs actual performance. Each of these tasks has
a weighting: tender .1, design .35, construction .45 and commissioning .1
My IIF is working ok where they are on target or where they are behind
target (eg for the design value I have hidden a field with the following
calculation:
Year vs Planned To Date Design:
IIf([intYearPlannedDesign]=0,([intPlannedtoDateDesign]*0.35),(([intPlannedtoDateDesign]/[intYearPlannedDesign])*0.35))
and then shown on the form the total auto calc being:
Total Percentage Job Planned To date KPI: (([Year vs Planned To Date
Tender]+[Year vs Planned To Date Design]+[Year vs Planned To Date
Construction]+[Year vs Planned To Date Commission])*100)
Where they exceed KPI's eg expect to have done no construction, but have
done some, it is throwing out some weird results. eg 2225%. Can anyone
explain to me what is happening here, and how to fix it.
thanks!