Versions Compared

Key

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

...

Added all the rest of the cubes to REST API import.

...

Now all of the standard cubes are available for REST API import.

The Start Import From field now works as a tool for re-importing all data. If it is set to 2016-01-01 it will import all data from that date no matter what. If it is not specified, the code will look at the last import date and will only import new data.

Add a refresh_period_in_days parameter

New features

Added Item Varieties support. Please note that, since this feature is going to change names of your objects in flex.bi, using it you might encounter some conflicts in your current reports. 

Automatic import for REST API

...

  • Added support for company consolidation
    • Consolidated companies should be set as:
      consolidated_companies = ["1", "2"] 
    • Concerning companies:
      1. The companies drop down menu now allows you to import data for each company into the cubes. So you could import data from company 1 and company 2 into the same cube. (Which is also the key to consolidation)
      2. Because of the ability to import data from specific companies, the object, item/customer class and location type field will show data from all available companies.
    The Start Import From field now works as a tool for re-importing all data. If it is set to 2016-01-01 it will import all data from that date no matter what. If it is not specified, the code will look at the last import date and will only import new data
      1. .
     Add a refresh_period_in_days parameter

Flex.bi and PostgresSQL compatibility

...

  • Added special characters for type/class names during import (!@£$%^^^&*)(=-)
  • Fixed bug that caused Calculated members disappear In dynamic Dimensions
  • Fixed a bug with incorrectly handling of row level objects
  • Fixed a problem with Invalid byte sequence in UTF-8
  • REST API - set default day to import data from to the current day