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

Crystal V9 Formatting & Data Question 1

Status
Not open for further replies.

MarkScripter

Programmer
Jul 26, 2001
9
US
Relating to Crystal v9, MS SQL 2000 datastore for Great Plains accounting data. I am building a budget worksheet that will show budget vs. actual expenses and two other columns for variance and variance percent. It is to cover 12 months which means four columns for each month. The layout will be as follows:
----- January ----- ------- February ---------
Bal | Budg | Var | Var% Bal | Budg | Var |Var%
--------------------------------------------------
Account1
Account2
Account3
...etc.

Other than using a crosstab query, is there any way to retrieve & format the data in this format? The crosstab query forces me to use totals (which I don't need) so it appears I have to use a regular report format. And perhaps some type of formula to cycle through the data for each month? If someone can point me in the right direction here I would appreciate it. Thanks.

--Mark
 
Thanks Kai. You pointed me in the right direction. It took quite a bit of experimenting with manual crosstabs but it finally worked.

--Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top