We have recently upgraded our system from BPC 7.0 with SQL Server 2008 R2 to BPC 7.5 with SQl Server 2008 R2.
We are seeing that EVGTS return the different result.
formula : if(EVGTS(.....) <> "" , "Y", "N") , (EVGTS(....)'s result is zero.)
BPC 7.0 : return "N"
BPC 7.5 : return "Y"
We want to know why this formula return dfferent result.
Can anyone help me in this regrards.