Hi,
I am trying to dynamically select the db.table used in my query based on the value of a parameter. Something like:
Select *
From
If {?RptPath} = 'GL' Then
gl_table
else
msa_table
end If
Any suggestions on how this would be achievable?
Thanks,
Eric