Announcing a new experience for the Oracle Analytics community coming April 4th!
This category will be read-only as we migrate this space from 3/30-4/4, after which you’ll be able to post as usual. See you there!
Attribute against forecasted value displayed as decimal
Summary:
In DV report , while building report ,attribute result showing decimal while data is varchar
Content (required):
HS2 Code which is the character data & having values as 01,02,03,04 ( not as 1.0,2.0,3.0,4.0 etc) but in DV it is showing as 1.0 ,2.0 against forecasted values
Version (include the version you are using, if applicable):
5.9
Code Snippet (add any code snippets that support your topic, if applicable):
FORECAST("TRE_MOD"."Fact_V_GREEN_LANE"."DUTIABLE_VALUE", ("TRE_MOD"."Dim_D_DAY"."CAL_PER_NAME_MONTH"), 'forecast', 'modelType=arima;numPeriods=%1;predictionInterval=70;', 3)