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!

need to display shared variable in a cross tab

Status
Not open for further replies.

andie18

MIS
Aug 14, 2001
198
US
hello,

I am writing a report (Cr 8.5 developer, GoldMine, SQL (MS2000)That is need to display summaries on a weekly basis. So I put in a group footer (based off of userid) a cross tab that only has 1 column for the date ({conthist.ondate}) and I have it counting history activities such as appts., closed sales, etc... I need to add one more summary to show the sum off all sales, whether pending or completed so this pulls from 2 databases (CAL, CONTHIST) My first thought was a shared variable but you can't display a summarized shared variable in a cross tab. So I am wondering what else can I do such as a numbervar style formula (I'm pulling straws here)

Any ideas?

TIA for the help
 
I should add that the reason why I am doing this in a cross tab is that I need to export it to Excel and it is much easier to format.

I am open to laying around with the layout
 
In Cr9 you could use the "DisplayString" format properties to display your shared variable value. Ken Hamady uses this to calculate ratios inside a crosstab.

You have to sort the data carefully, but it might solve your problem.

Editor and Publisher of Crystal Clear
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top