Hello
I tried different syntaxes to variabalise the catalogue name on a SQL Query.
stambia.org/doc/87-development-hints-and...able-s-refresh-query
In this example, i don't understand what
Ref mean ? Where does it comes from ?
select CASE WHEN CURRENT_DATE NOT IN
(select DATE_AFFRAN from
{Ref:schema()/tech:physicalName()}..EDIT_SYDES_STATISTIQUES )
THEN TRUE ELSE FALSE END
I also tried the metho we use in a Process:
select CASE WHEN CURRENT_DATE NOT IN
(select DATE_AFFRAN from
%x{$EDIT_SYDES_STATISTIQUES/tech:physicalPath()}x% )
THEN TRUE ELSE FALSE END
Both case are used in a Variable, type Boolean, and RefreshValue, call in a Process with a Variable Manager.
Thanks for your help
Virginie