Hi,
I'd like to use an analytic function in a column of my mapping :
first_value(extranet_retour.valeur_colonne)
over (partition by
extranet_retour.nom_page,
extranet_retour.id_tiers,
extranet_retour.nom_colonne
order by extranet_retour.datetime_log desc)
When I execute the mapping I get an exception during the build sequence :
Exception : Fatal error during transformation
I tried the same query with SQL Server Management Studio and it worked well, so it's not a syntax issue..
Are the analytic functions known to Stambia?
Thanks