Skip to main content
Newcomer
December 8, 2021

Cube View Sharing

  • December 8, 2021
  • 2 replies
  • 0 views

Hi All,

I was wondering if it was possible to pass through an XFBR to cube view column / row sharing. 

In this example, we are trying to dynmically have the column template passed through to the cube view using the XFBR string. The string is looking at the workflow and based on the name of the workflow profile the rule returns a specific column template. 

When I stick the XFBR string into the column sharing I receive the following error:amarrandhawa1_0-1638981699785.png

 

Any insight on how to most efficiently do this would be greatly appreciated!

Cheers,

Amar

 

2 replies

Contributor
December 8, 2021

Hi Amar, this is possible but via a parameter, so you call the parameter from the cubeview and the zebra from the (literal) parameter. I often use this as a suffix with e.g _act for the actual columns and _ fcst for the forecast. Then I populate the return value based on the wf scenario to show different columns.

Newcomer
December 8, 2021

Thanks for this Marc! Worked like a charm.

 

Cheers!