Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have the below formula as an expression:
Sum ({<FundHeading -= {'Residential Sales'}>} DevBudgetAmount)
I want to change the FundHeading to Right(FundHeading,5) but it doesn't seem as simple as :
Sum ({<IF(Right(FundHeading,5)) -= {'Sales'}>} DevBudgetAmount)
Anyone point me in the right direction?
Something like this:
sum({<FundHeading-={'*Sales'}>}DevBudgetAmount)
Try Something Below
Sum ({<FundHeading -= {'=WildMatch(FundHeading, *Residential Sales*)'}>} DevBudgetAmount)
Anthony,
Right(FundHeading, 5) is a dimension ? a valid field ?
if yes, try Sum({< $(=right(FundHeading, 5)) -= the rest of your set})
Fabrice
Try
Sum ({<FundHeading -= {'*Sales'}>} DevBudgetAmount)