I have 4 string fields text1 , text2,text3,text4 ,Client ask me to create single Parameter that he can put any of text 1,2,3,4 to return value of field called purchase?
One Parameter for 4 fields
Please I need help.
Thanks
I have two fields
Division and incidents
Divison incidents
northeast 20
southeast 30
(Blank) 10
what is the formula if Divison shows blank or null but there is incidents value .I want do not show the incidents value if...
Hello,
I am trying to put the Month Name and year on a report using a text box formula.
anybody knows the formula for Month name and Year Formula.
Thanks in Advance.
I have this query in Command
select (select name from mastlocationcode where type = 'DIST' and code = m.district) as "Division",
count(incident_num) as "Incidents"
from incident i, mastlocation m
where m.recnum = i.locn_rec
and to_date(reported_on) >= '01-jan-2011'
and to_date(reported_on)...
totext(minimum({?DateRange}),"M/d/yyyy") + " to "+
totext(maximum({?DateRange}),"M/d/yyyy")
I am getting this message (This field can not be summerized)
I have a date parameter with range from - to , when I place the parameter in the report i see blank parameter.I need to show (for eaxmple (From 1/1/2007 to 12/31/2007)
I have formula Called "Dist"
if{Command.District} = "NE" then "Northeast" else
if {Command.District} = "AK" then "Alaska" else
if {Command.District} = "SE" then "Southeast" else
if {Command.District} = "SW" then "Southwest" else
if {Command.District} = "NW" then "Northwest"
I want to create...
Yes , James I." and "Jim" appears in the first name field , the second section are DOB ,SSN fields already in the People table
and what you are expected is correct
First Name Field Last Name FieldBrian GriffinJoe T. SmithJerry...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.