Skip to main content
January 28, 2025
Solved

Hardcode number in Cubeview

  • January 28, 2025
  • 4 replies
  • 0 views

Is there a way to hardcode a number into a cubeview?

Best answer by aricgresko

If you really want a number hardcoded, you can simply put in your Member Filter GetDataCell() and within the parenthesis, place the value to be hardcoded.  

4 replies

January 28, 2025

One way to accomplish hardcoding a value into a cube view would be to use a dynamic UD8 member which returns a value.

January 30, 2025

You could try changing the Cell Type on the Data tab to Combo Box and then add the number you want in the List Parameter box. The user would still have to select the number though as the default is No Data.

 

January 30, 2025

If you really want a number hardcoded, you can simply put in your Member Filter GetDataCell() and within the parenthesis, place the value to be hardcoded.  

February 7, 2025

What's the intent behind this request? Do you want to avoid zero suppression in some rows?