My Stuff
-
Re: Saved Transaction Search - Filter by Sum Total
Have you tried putting the criteria in the Summary section:2 -
Re: case when with TO_CHAR combination saved search formula
@nir.levy - I would try: CASE WHEN {vendorline.internalid} in (20637,21564) THEN TO_CHAR({vendorline.internalid}) ELSE NULL END or CASE WHEN {vendorline.internalid} in (20637,21564) THEN TO_CHAR({ven…1 -
Re: create a search/report/workflow that can send sales rep/regional director AR list for their accounts
@RS_RS - instead of filtering by each person, I believe you can set the filter to "Mine" and it adjusts the results based on the user that's viewing the search/report:1 -
Re: Remove "Sum of" displayed in Saved Search
@Richard Appleford OB - you need to fill in the summary label2 -
Re: can you help me check why this salesrep part is wrong?
@RS_RS - You have an extra } Remove line 321