Hello
I got the following expression:
Sum({
<PROJECT_TYPE_CATEGORY={[Support],[Delivery],[License / Presale]},YEAR-={$(=vL.CurrentFiscalYear)},SCENARIO_TYPE={[ACTUAL]}>
}Field1 + Field2)
+
sum(
{<PROJECT_TYPE_CATEGORY={[Support],[Delivery],[License / Presale]},YEAR={$(=vL.CurrentFiscalYear)},SCENARIO_TYPE={[$(vL.CurrentFiscalYearLatestScenarioType)]}>
}Field1 + Field2)
is the below approach faster than the one above?
Sum({
<PROJECT_TYPE_CATEGORY={[Support],[Delivery],[License / Presale]},YEAR-= {$(=vL.CurrentFiscalYear)},SCENARIO_TYPE={[ACTUAL]}
>
+
<PROJECT_TYPE_CATEGORY={[Support],[Delivery],[License / Presale]},YEAR={$(=vL.CurrentFiscalYear)},SCENARIO_TYPE={[$(vL.CurrentFiscalYearLatestScenarioType)]}
>
}Field1 + Field2)
@swuehl
@sunny_talwar if you can help here, then kindly advise
I can walk on water when it freezes