Thanks Thomas, the synonyms for the TCUR* tables in my schema were the missing piece. 2 additional steps following the steps I listed in earlier post below got the analytic view with currency conversion working:
- Synonyms created directly via the SQL console with CREATE SYNONYM for each TCUR* table, assigned to my schema (as opposed to a public synonym).
- Due to an error upon data preview of analytic view highlighting "session client error" - In advanced tab of calculated column for conversion, change client from "dynamic" to 800, which I imagine is the default client for Hana?
FYI I do not see any schema specific synonyms for the TCUR* tables in schema SAP_HANA_EPM_DEMO in my AWS Hana Developer SPS6 system.
Thanks again for your help.