12-07-2021
11:28 AM
- last edited
a week ago
by
JackLacava
Hello All,
I have requirement to present a number from an external table in cubeview so that number and a cube datacell number displays side by side. It is like doing a recon between two systems. Has anyone ever done that? I know I can do it in a dashboard using dashboard extender BR and display in a pdf report but I need to capture some comments from the user and store it in the cube that’s why trying to see if a member formula can do it so that it can be used in a cube view report. Are there any example anywhere in golfstream app to reference? appreciate any help.
12-07-2021 11:29 AM
umber and a cube datacell number displays side by side. It is like doing a recon between two systems. Has anyone ever done that? I know
Hello!
The cubeview can only check the values in the cube itself. So having in a column a number coming from an outside system will not work. My understanding here, is that the data you need to compare with it outside OS.
Is this number stored anywhere in OS?
12-07-2021 11:30 AM
Thanks for reply @nicolas.argente. I found a way to do it. example is RCM_FormulaHelper finance business rule. Basically,
12-07-2021 11:31 AM
Good to hear Ashok! Where was your original number stored?
12-07-2021 11:31 AM
That is relational blending, I did write a few blog posts on the same. You can create members in the cube that will get the values from external sources.