Sep 12, 2003 #1 ledi Programmer Sep 12, 2003 3 IT What should I write at the tooltip formula editor of a field so that the tooltip displays the corresponding database
What should I write at the tooltip formula editor of a field so that the tooltip displays the corresponding database
Sep 12, 2003 #2 synapsevampire Programmer Mar 23, 2002 20,180 US Meaning that you want the name of the database? This is dependent upon the database you're using, I don't know of a Crystal function for this. For Oracle, create a SQL Expression such as: SELECT UPPER(value) FROM V$Parameter WHERE UPPER(name) = 'DB_NAME' Then just place the SQL Expression in the tooltips. -k Upvote 0 Downvote
Meaning that you want the name of the database? This is dependent upon the database you're using, I don't know of a Crystal function for this. For Oracle, create a SQL Expression such as: SELECT UPPER(value) FROM V$Parameter WHERE UPPER(name) = 'DB_NAME' Then just place the SQL Expression in the tooltips. -k