Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

Versions Compared

Key

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

...

In the above code, set the <IP_org> to the IP of the client organization where you want this feature to be enabled. For example, replace this with 1 for the primary/default organization.

To cache dashboard tabs

By default Yellowfin runs reports every time you switch between dashboard tabs so that the most current report data is available to you. However, you can cache dashboard reports, by using a hidden option. To do so, add the following SQL into your Configuration database table:

Code Block
INSERT INTO Configuration VALUES (1, "SYSTEM", "DASHREPORTDATACACHING", "true");

Where, 1 denotes the primary organization. (Note that this is done system wide, and cannot be enabled for specific client organizations. Therefore this value must always be 1.


For view joins

During the creation of views, you can configure outer joins to be treated as inner joins when creating View relationships in the database.

...