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

Pb with cells and column

Status
Not open for further replies.

Marneous

Programmer
Jun 3, 2004
4
FR
Hello.

I'm creating a crosstab.
I need to put the description of the cells on lign instead of column.
Is it possible ?
year
month
ex : prod | Lib prod Value | nb
*** | ***

value and Nb appear in column. i want them in lign

Thanks.
Nicolas.
 
Hi Nicolas,

I don't know what is your report must be done but sometimes a cross table was be tough to do. Last time, I must create a view to put information in a right structure to create a crosstab like I want. Maybe is your case.

If you want to share your information about your report maybe I will help you.

Gilles.
 
Hi Gilles.

First, I'm sorry for my english, I'm French.

I have some informations to put in my cross table:
- Product's code and product's name in line
- The year and the month in column
- And in the cells the value of the product and their quantity.

I have to show the evolution year by year and month by month.
There is groupment by product, by year and by month.
I have problem to put the wording of the cell in line.

For ex. :

1234 Shoes
values 100.00
quantity 20

Impromptu doesn't allow me to put "values" and "quantity" in line like in the example.

Thanks for your help.
Have a good day.
Nico.
 
Hi Nico,

No problem with you're english, I'm french too ... :)

Effectively, you can't do this directly. By default Impromptu formating a cross table by column.

But what's mean VALUES and QUANTITY? Because, if one of those is a sum of a detail it will possible to show one detail, for exemple VALUES and one summary like QUANTITY where's QUANTITY it's number of line.

I hope this explanation will help you. Tell me if this idea is possible or not.
Maybe it's possible to simulate cross table with view.

Gilles.

 
GilMerc is right, Impromptu does not have that functionality.
The closest you can get would be to create a calculated column for each year and month required, then put your summarized values in a group footer.
You could create a view, but I'm not sure how you would write the SQL to accomplish what you require.
Lastly, you could create a summary table to format the data in this way, but it would be an abnormal table at best.

Pain is stress leaving the body.

DoubleD [bigcheeks]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top