Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HelloI 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