Hi there,
Is it possible to have a mapping like : MAX ( <column> ) OVER (PARTITION <column>) without getting a group by clause with the same mapping ?
It seems that when I make this mapping, the KM generates an SQL statement with
GROUP BY MAX( <column> ) OVER (PARTITION <colum> )
Is it possible to 'turn' the group clause off ?
I'm using ODI 11.1 with BIAPPS.
Thanks in advance,
Jacco