Re: Help with an Expression
- From: "MichelleM via AccessMonster.com" <u44423@uwe>
- Date: Fri, 08 Aug 2008 21:17:41 GMT
This worked! Thank you so much!
John Spencer wrote:
What value is stored in CallDirection?
Is it a number, text (Inbound), a boolean value (true/false)?
Perhaps you could share the SQL of the query you are using to generate the
data for the report?
Do you have the field CallDirection in your report?
If so, and it holds the word "Inbound" then
=Sum(IIF(CallDirection="Inbound",CountOfCallDirection,Null))
and
=Sum(IIF(CallDirection="Outbound",CountOfCallDirection,Null))
John Spencer
Access MVP 2002-2005, 2007-2008
The Hilltop Institute
University of Maryland Baltimore County
Here's my situation. I have a parameter query (for date specific) set up to[quoted text clipped - 15 lines]
track all inbound and outbound calls. Call Direction is the column heading
since I'm newer to Access and not real experienced with expressions, I'm
stuck. Any suggestions, would be great! Thanks!
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-reports/200808/1
.
- References:
- Help with an Expression
- From: MichelleM via AccessMonster.com
- Re: Help with an Expression
- From: John Spencer
- Help with an Expression
- Prev by Date: RE: one more tweak to the bar chart legend
- Next by Date: Re: Hide Line on Repeating Values
- Previous by thread: Re: Help with an Expression
- Next by thread: Hide one subreport if other has data
- Index(es):
Relevant Pages
|