Post a reply

Write your message and submit

Options

Click in the dark area of the image to send your post.

Go back

Topic review (newest first)

Rgent
2008-05-16 09:41:46

hello,

Can you say to me if there is a function which allows to cross all the values of a column of table

Thanks

mhirt
2008-05-15 22:13:08

RGent,

I really want to help you but here I can't.
What is your tMap configuration ?
What is the result expected ? What is missing ?

Regards,

Rgent
2008-05-15 10:08:53

Hello,

This is my expression : 

Code:

(!(row1.PLANNED_DELIVERY== null)&&
(row1.PLANNED_DELIVERY.equals(row2.Libelle)))? row2.Typ:(!(row1.PLANNED_DELIVERY==null)&&
(row1.PLANNED_DELIVERY.equals(row3.Libelle)))? row3.Typ :row4.Typ

For Input, i have  differents data (row1 and row2ad row3...)
My problem : i remark that TOS does not test all field values "Libelle" in expression

how can i do to have a test on different values of Libelle (CONFORME, BUG, ....)
Cf : Image  for the contains of row2

shong
2008-05-15 09:22:42

Hello

Can you show more detailed information? Please show some input data and what are you expected result.

Best regards

         shong

Rgent
2008-05-14 18:02:17

Hello everyboby,

Let me explain my problem:
I use Tmap to make big changes in order to load them into tables. At the entrance of Tmap, I have a big table and MySQL queries based on other tables. For example, a query me back a "ZONE", a "Libelle", a "Typ".
My concern is the level of defining (bulding)expressions  Tmap, I do tests on fields queries: "Libelle" for example .... but in the calculation, I noticed that TOS does not test all field values "Libelle"

Help me please

Thanks

Board footer

Powered by FluxBB