CRM Software - CABC | Maximizer | Maximizer Add-ons | Services | Support | Store | News

    Find out about Linktracker for Maximzier
CABC    Maxtalk  Hop To Forum Categories  Maximizer CRM Software  Hop To Forums  Maximizer Product Features    Crystal report
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Member
Picture of Newbee
Posted
In Max 8 I am trying to put together a report. I import the correct tables to be used in the report but when i paste the fields in the report I am getting data in numbers. eg. for Case Type in table AMGR_CSCases I get integer data when I run the report even though we enter it in as text when we are creating cases in Customer Service Module? Any views.
 
Posts: 38 | Location: USA | Registered: September 23, 2004Reply With QuoteEdit or Delete MessageReport This Post
Member
Posted Hide Post
Probably because the "Case Type" items are stored in a different table. I'm not exactly familiar with the Maximizer database structure, but my guess is that the actual Case Type items are stored in a different table and they're referenced by a foreign key in the AMGR_CSCases table. You'll need to do a join between the CSCases table and whichever other table actually holds the text. Hope that makes sense.
 
Posts: 87 | Registered: October 22, 2003Reply With QuoteEdit or Delete MessageReport This Post
Member
Picture of Newbee
Posted Hide Post
Yes you are right. They are stored in a different table. Now the funny thing is that I got that correct field from different table and put in my report and it worked. But like after 3 or 4 tries now it is not working?? The whole report is blank and I if I remove that field from another table the data shows up in the report???
 
Posts: 38 | Location: USA | Registered: September 23, 2004Reply With QuoteEdit or Delete MessageReport This Post
Master
Picture of PillPopper
Posted Hide Post
As per the database documentation

Area = Product which is stored in the AMGR_User_field_defs table with type_id of 60028

class = category also in the AUF table with type_id of 60025

status is a number as well
0 = unassigned
1 = assigned
2 = in-progress
3 = call back
4= wait for cust.
5 = canceled
6 = resolved

that should be all you need, if your not comfortable writing crystal formulas use the views it will be slower but much easier to work with.

PS if your running pervasive save yourself the trouble and get the full version of crystal so you can connect to the MAximizer ODBC driver rather than the pervasive driver, documentation is better and much easier to use.


Voted most likely to be a Hill Billy, Mental Patient or Chimpanzee.
 
Posts: 119 | Registered: January 15, 2003Reply With QuoteEdit or Delete MessageReport This Post
Member
Picture of Newbee
Posted Hide Post
Can you please give example of formula:
Like instead of getting values of "0","1" adn so on...how can I get it to display "Assigned","Unassigned" and so on...
thanks
 
Posts: 38 | Location: USA | Registered: September 23, 2004Reply With QuoteEdit or Delete MessageReport This Post
Master
Picture of Gord
Posted Hide Post
The formula field you're looking for would be:
Choose ({AMGR_CSCases.Status}+1,
"Unassigned",
"Assigned",
"In-Progress",
"Call-Back",
"Wait-Customer",
"Cancelled",
"Resolved")
 
Posts: 724 | Location: Canada | Registered: July 14, 2000Reply With QuoteEdit or Delete MessageReport This Post
Master
Picture of PillPopper
Posted Hide Post
Crystal syntax

Select {amgr_CSCases.staus}
Case 0 : "unassigned"
Case 1 : "assigned"
case 2 : "in-progress"
case 3 : "call back"
case 4 : "wait for cust"
case 5 : "canceled"
case 6 : "resolved"
default : "Unknown status"


Voted most likely to be a Hill Billy, Mental Patient or Chimpanzee.
 
Posts: 119 | Registered: January 15, 2003Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

CABC    Maxtalk  Hop To Forum Categories  Maximizer CRM Software  Hop To Forums  Maximizer Product Features    Crystal report

© CABC Ltd 2002 - 2005. All Rights Reserved.
Maximizer is a trademark of Maximizer Software inc.