Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Like in Expression Builder in Actuate

Status
Not open for further replies.

SunExtras

Programmer
Joined
Jan 5, 2012
Messages
1
Location
GB
I am using the following expression to format an amount where T0_LOOKUP is Like "BRT%" but no data is selected; however if I use = "BRTAC" (for example) data is found. Why is Like not working as expected?

format(cint((Sum ( ([Z_SSH_MA_PnL_CSL_Var_Sum_MainCo_YTD_DataView.AMOUNT] ) * ([Z_SSH_MA_PnL_CSL_Var_Sum_MainCo_YTD_DataView.PERIOD]="AYTD") * (trim([Z_SSH_MA_PnL_CSL_Var_Sum_MainCo_YTD_DataView.T0_LOOKUP]) Like "BRT%") ) Group By( [Z_SSH_MA_PnL_CSL_Var_Sum_MainCo_YTD_DataView.Lvl_04]))/DenominatorInt),"#,###,##0"" ""; (#,###,##0);-"" """)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top