SpagoBILabs / SpagoBI

Outdated version of Knowage - Business Intelligence suite. Explore https://github.com/KnowageLabs for the current repository.
180 stars 110 forks source link

SPAGOBI-1911 - WHat-if does not work #1392

Closed KnowageServiceAcc closed 4 years ago

KnowageServiceAcc commented 4 years ago

Details

Key Value
Key SPAGOBI-1911
Type Bug
Status Resolved
Priority Critical
Resolution Fixed
Affects 5.0.0
Fix 5.1.0
Components SERVER/OLAP/WhatIf
Labels

People

Key Value
Assignee Alberto Ghedin
Reporter Oleg Nevedrov

Dates

Key Value
Created 2014-10-16T17:04:45.000+0200
Updated 2014-12-12T13:13:23.000+0100
Resolved 2014-12-12T12:55:29.000+0100

Description

Error

Error while executing MDX statement: Column not found: SALES_FACT_VIRTUAL.WBVERSION in statement [select product.product_family as c0, region.sales_region as c1, wbversion.wbversion as c2, sum(sales_fact_virtual.store_sales) as m0 from product as product, sales_fact_virtual as sales_fact_virtual, region as region, store as store, wbversion as wbversion where sales_fact_virtual.product_id = product.product_id and product.product_family = 'Food' and sales_fact_virtual.store_id = store.store_id and store.region_id = region.region_id and region.sales_region = 'Mexico Central' and sales_fact_virtual.wbversion = wbversion.wbversion and wbversion.wbversion = '0' group by product.product_family, region.sales_region, wbversion.wbversion]

Description: No description available. Please check log files

If none of these possible fixes work, please ask on SpagoBI Forum for further help

Comments

Alberto Ghedin added a comment - 2014-12-12T13:13:23.554+0100

It's a problem in the demo db.. We've solved from the demo of version 5.1RC.