Hi,
I'm using the alias table to make a mapping for an IF statement, but when I do the condition, it return error in validation because the function is expecting a numeric but the function alias return a string.
Here is the example:
IF ("INI_ANO_CONT" == @ALIAS(&Ano_Rea,"Mapping")
“INI_ANO_CONT” is a member;
&Ano_Rea is an substitution variable
There is any way to transform the alias function into numeric, or there is any other way to do this condition?
Thanks,
Nuno