Forum Discussion

fc's avatar
fc
New Contributor III
11 months ago

Extract part of parameter string in cube view

Hi everyone, I have the current Entity hierarchy: I created a cubeview that allows the user to initially select a base entity from a dropdown list to be used as Entity member within the cu...
  • MikeG's avatar
    11 months ago

    Hi fc ,

    Not sure what your condition is on when you want to use the Left string truncation logic, or return the entire Entity name.   But you would do it with an XFBR String rule.  The code to call it is here that would go in your Cube View row, and an example function that will return the first 4 characters of the Entity parameter selected:

    Hope this helps,