cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BPC NW10 - error UJO_READ_EXCEPTION_018 - create a new report

wissler_bastien
Product and Topic Expert
Product and Topic Expert
0 Likes
898

Hi,

I created manually a new entry (see file uja-formula-app.png ) .

According to standard model, there are entries in field ‘FORMULA STAT’

When I create a new report , I have the following message

UJO_READ_EXCEPTION_018
gravité : error
description : Erreur d'instruction MDX : La valeur PERIODIC est inconnue pour la caractéristique Measures
ID de connexion : 051Me9CG7jQrXh4VV7RH40
DATAVALUE:La valeur PERIODIC est inconnue pour la caractéristique Measures
MDX: SELECT NON EMPTY {[/CPMB/K7DKZ9U PARENTH1].[MATIN /CPMB/K7DKZ9U] ,[/CPMB/K7DKZ9U PARENTH1].[07] ,[/CPMB/K7DKZ9U PARENTH1].[08] ,[/CPMB/K7DKZ9U PARENTH1].[09] ,[/CPMB/K7DKZ9U PARENTH1].[10] ,[/CPMB/K7DKZ9U PARENTH1].[11] ,[/CPMB/K7DKZ9U PARENTH1].[12] ,[/CPMB/K7DKZ9U PARENTH1].[13] ,[/CPMB/K7DKZ9U PARENTH1].[14] } ON 0 from [$/CPMB/K7MN51L] WHERE ( [Measures].[PERIODIC] ,[/CPMB/K7DK847].[20160105] ,[/CPMB/K7DK0D2].[IND403] ,[/CPMB/K7D94U4].[6] ,[/CPMB/K7DJVUY].[NA] ,[/CPMB/K7DG7W5].[000000000000000002] ,[/CPMB/K7DT42Z].[0026] )
V1:La valeur PERIODIC est inconnue pour la caractéris
V2:tique Measures

Accepted Solutions (1)

Accepted Solutions (1)

wissler_bastien
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

I found the problem : I modified the entry 'formula stat'

via code transaction se11 , table uja-formula -app

,

Hi,

I found the problem.

Via SE11, I modified the entry the formula type : MEMBER [MEASURES].[PERIODIC] AS 'IIF([%ZBPC_IND%].CURRENTMEMBER.PROPERTI

etc...

former_member186338
Active Contributor
0 Likes

Incorrect approach!

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Likes

In order to modify MEASURE formulas you have to use recommended approach:

SE38 and UJA_MAINTAIN_MEASURE_FORMULA

Please don't change table directly!

And don't modify standard measures! Only create custom measures!