Skip to main content

I am setting the specified YEAR into a runtime variable in a View. Knwow I also want to set this variable from an analysis.

 

The KPI in the analysis comes from the Knowledge Model and references the YEAR set in runtime variable.

Hi Saskia,

 

Hope you're doing well.

 

Knowledge Model variables are used to store reusable PQL snippets within other KM variables. They are not used outside the Knowledge Model, which is why they are also not exposed to the Analysis, nor the Views. 

 

Views have their own variables, same way Analysis has. Across Views and Knowledge Models, there are runtime variables which are shared.

 

(Documentation: https://docs.celonis.com/en/package-runtime-variables.html

 

Depending on your use case, it might also help to know how KPI Parameters work.

 

(Documentation: https://docs.celonis.com/en/using-parametrised-kpis.html)

 

Hope this helps you out,

 

Regards,

Mentor


Hi Mentor,

thanks for your reply. I've got one more question on that:

 

How can I call or update the Package Runtime Variable inside an Analysis?

 

The Syntax <%=AnalysisVariableName%> references the Analysis Variable inside an Analysis. The Syntax ${{PackageRuntimeVariableName}} does not seem to work in Analyses.

 

Which is the correct command to adress a Package Runtime Variable inside an Analysis?

 

Thanks and best regards,

Konrad

 

 


Reply