Jun 4, 2007 #1 lynnshs Technical User Nov 20, 2006 10 CA I'm trying to combine 2 sets of data in a cross tab, but one set of data should only appear in the last column. eg: Col1 Col2 Col3 Col4 8 A 9 B 10 C 11 D but I only want the letter info to appear in the last column. Any ideas? Thx.
I'm trying to combine 2 sets of data in a cross tab, but one set of data should only appear in the last column. eg: Col1 Col2 Col3 Col4 8 A 9 B 10 C 11 D but I only want the letter info to appear in the last column. Any ideas? Thx.
Jun 4, 2007 #2 dgillz Instructor Mar 2, 2001 10,043 US Where are the numbers coming from, a database field? Is there somelogic besides "last column" we could apply to the number field? Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz "If you have a big enough dictionary, just about everything is a word" --Dave Barry Upvote 0 Downvote
Where are the numbers coming from, a database field? Is there somelogic besides "last column" we could apply to the number field? Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz "If you have a big enough dictionary, just about everything is a word" --Dave Barry
Jun 4, 2007 Thread starter #3 lynnshs Technical User Nov 20, 2006 10 CA yes, from a db field. Actually, the logic would be suppress if 0, but I can't seem to add a suppression formula to a field in a cross tab. Upvote 0 Downvote
yes, from a db field. Actually, the logic would be suppress if 0, but I can't seem to add a suppression formula to a field in a cross tab.
Jun 4, 2007 Thread starter #4 lynnshs Technical User Nov 20, 2006 10 CA Maybe my question should be is it possible to do a union on 2 cross tabs if the row names are the same? Upvote 0 Downvote
Maybe my question should be is it possible to do a union on 2 cross tabs if the row names are the same?
Jun 4, 2007 #5 dgillz Instructor Mar 2, 2001 10,043 US You can do a union query in sql and base your one crosstab report off of that. What database type are you using? Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz "If you have a big enough dictionary, just about everything is a word" --Dave Barry Upvote 0 Downvote
You can do a union query in sql and base your one crosstab report off of that. What database type are you using? Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz "If you have a big enough dictionary, just about everything is a word" --Dave Barry
Jun 4, 2007 #6 lbass Technical User Feb 9, 2002 32,816 US lynnshs, We could probably help, but you are supplying insufficient information. What is your CR version? What are your row, column, and summary fields? Also, what do you mean by last column? Is it the row total? It is possible to conditionally suppress in crosstabs, but you need to use functions like currentfieldvalue and gridrowcolumnvalue(). -LB Upvote 0 Downvote
lynnshs, We could probably help, but you are supplying insufficient information. What is your CR version? What are your row, column, and summary fields? Also, what do you mean by last column? Is it the row total? It is possible to conditionally suppress in crosstabs, but you need to use functions like currentfieldvalue and gridrowcolumnvalue(). -LB