Support center for flex.bi version 3.2

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

September 26, 2016

Improved REST API import:

Added support for all the rest of the cubes to REST API import. Now all of the standard cubes are available for REST API import. Only thing that we are missing is Supplier Categories in Goods Receipts cube.

Added a feature in REST API where setting "Start Import From" to a certain date will re-import all the data from the specified date no matter what.

Added a new refresh_period_in_days parameter for REST API. Now it's possible to set a number of days in the past that REST API will import from the current day.

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. 

 REST API now support automatic import

  • 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.

Flex.bi and PostgresSQL compatibility

New measures for items that reduce stock level

Added two new measures in Invoice cube:

  • Stock Item quantity
  • Stock Item FIFO

These measures are shared on the Stock cube. In order to make these changes you will have to empty these cubes and import the data again.

Bug fixes:

  • 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 
  • No labels