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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formula on crosstab report

Status
Not open for further replies.

OCM

MIS
Sep 12, 2002
220
US
Greetings,

Given the following variables/formulas

Hybrid = [Course Section Number] InList (“65”; "65A”; "S165”; "S265" )
Online = [Course Section Number] InList( "75" ; "75A" ; "S175" ; "S175A")
Time =If FormatDate( [Course Start Time] ;"HHmm") >= "1700" Then "Evening"
ElseIf( IsNull( [Course Start Time]) ) Then "Other" Else "Day"

I then created another variable called “Type” and made it a detail of Course Section ID. Following is the formula:
Type = If [Online] Then "Online" ElseIf [Hybrid] Then "Hybrid" Else “Time”
When I drag this “Type” in my crosstab report, I get # multivalu error. Can you please advise how to get around this error?

TIA,


OCM
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top