Component and Price List

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-02-10 11:25 PM
2006-02-10
11:25 PM
I use something like this in the Properties Script:
COMPONENT "101.999.333", e1, "pieces",1,"frame wing"The listing gives me something like this:
1 | 11,000 | pieces | 101.999.333 | frame wing
But what I want is something like this (the adittional information of pricing):
1 | 11,000 | pieces | 101.999.333 | frame wing | 101.50 | EUR
Because of the limited number of variables in the COMPONENT command I can either get the number of the parts OR the prices of the parts.
Is there a way to get both?
Jochen Suehlo . AC12-28 . MAC OSX 14.4 . WIN11
GDL object creation: b-prisma.de
GDL object creation: b-prisma.de
3 REPLIES 3
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-02-17 04:08 AM
2006-02-17
04:08 AM
Try using the + sign to add information between the commas. It adds info to that one output column but you might be able to make it list the way you want.
COMPONENT "101.999.333", e1, "pieces",1,"frame wing"+ "101.50 EUR"
Keep in mind I'm a "Wiz Wannabe"!!! You may have to experiment a little to make it work.
COMPONENT "101.999.333", e1, "pieces",1,"frame wing"+ "101.50 EUR"
Keep in mind I'm a "Wiz Wannabe"!!! You may have to experiment a little to make it work.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-02-17 10:01 AM
2006-02-17
10:01 AM
Thank You for that tip, but it does not work, because the price is now a string.
If I have e.g. 10 tables with together 10 frame wings, the listing would write:
1 | 10,000 | pieces | 101.999.333 | frame wing 101.50 | EUR
instead of
1 | 11,000 | pieces | 101.999.333 | frame wing | 1015.00 | EUR
which is right.
The problem ist, that I do not want to list the price for 1 part, but for all parts.
If I have e.g. 10 tables with together 10 frame wings, the listing would write:
1 | 10,000 | pieces | 101.999.333 | frame wing 101.50 | EUR
instead of
1 | 11,000 | pieces | 101.999.333 | frame wing | 1015.00 | EUR
which is right.
The problem ist, that I do not want to list the price for 1 part, but for all parts.
Jochen Suehlo . AC12-28 . MAC OSX 14.4 . WIN11
GDL object creation: b-prisma.de
GDL object creation: b-prisma.de

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-02-17 02:08 PM
2006-02-17
02:08 PM
Dear Joachim,
I totally agree with you and any time I take part to a GS discussion about this I always complain about this missing issue.
In your case, if you have to list "single" part, there can be a workaround:
simply use as component udm "Euro" and as individual quantity the individual price.
The number of pieces is always displayed in the list (and in any case you could display the reference quantity).
This works, of course only with individual pieces, in any other, common, case it doesn't help enough...
If you need more detailed information, write me privately...
Friendly
Fabrizio
I totally agree with you and any time I take part to a GS discussion about this I always complain about this missing issue.
In your case, if you have to list "single" part, there can be a workaround:
simply use as component udm "Euro" and as individual quantity the individual price.
The number of pieces is always displayed in the list (and in any case you could display the reference quantity).
This works, of course only with individual pieces, in any other, common, case it doesn't help enough...
If you need more detailed information, write me privately...
Friendly
Fabrizio
Fabrizio Diodati
Graphisoft Italy Srl | Via Rossignago 2/A Spinea Venezia 30038 Italy
Graphisoft Italy Srl | Via Rossignago 2/A Spinea Venezia 30038 Italy