30日間の無料評価版をお試しいただけます。

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is only available when the application name is configured as Yellowfin. To change the application the following script can be run on the Yellowfin Configuration database:

Code Block
languagesql
themeEclipse
insert into Configuration (IpOrg,ConfigTypeCode,ConfigCode,ConfigData)
values (1,'SYSTEM', 'APPNAME', 'NewApplicationNameHere')

...