Dynamically retrieving AppID

Hello,

I'm trying to create a HYPERLINK within my app that requires the app id. I would like to do this dynamically within an expression, as hard coding may take too long. Is there any command to help me do this action?

 

0 2 128
2 REPLIES 2

Not directly, but you could get close. Maintain a table of app names and app ids, and use the CONTEXT function to return the app name, which you can in turn use to look up the app id. You could implement a convention of using a "current app" slice analogous to the typical "current user" technique.

Hi, Dbaum

thank you for your answer.

could you please let me know how I can maintain a table including app-id?

is there any function retrieving app-id?

Top Labels in this Space