How to use block created in formula editor as a cube ?!

Malav Shelat
Malav Shelat Customer
Second Anniversary
edited April 2020 in Platform

Hello there ,

 

I was just wondering if i could use a block created in formula editor like a cube,

for example,

1. as shown in image below, i created a Block called SingleRule_Block, 

image

 

2.Now i went to Layout and created a C block with Column Algorithm as a/b

image

 

3. Now when i see in the DataView, block C does not show me any value, however it shows me for block A as it was created using formula editor,

image

 

How can i figure this out ? please help

 

Thanks and Regards,

Malav

Tagged:

Answers

  • Correction on Point 3. 

     

    3. Now when i see in the DataView, block C does not show me any value, however it shows me for block A as it was NOT created using formula editor,

  • Helmut Heimann
    Helmut Heimann Employee, Community Captain
    500 Comments 250 Likes Fourth Anniversary 25 Answers

    Hi Malav Shelat,

     

    you can derive from the help why it is not working as you desired (Nexel ):

     

    The Nexel formulas are evaluated after the data-view layout and before the client-side actions. Consequences :

    > If you setup a calculated block that uses a "Nexel" block the calculation happens before the Nexel calculation : the result may be not correct

    > If you setup a "Nexel" block with a relative references in some formulas, sorting the Blocks does not affect the calculation

     

    So you would need another approach. What are you trying to achieve?

     

    Kind Regards,

    Helmut

     

     

  • Hello Helmut Heimann

     

    What i am trying to achieve is divide the Total of Column B by Total Of SingleRule_Block (Formula editor Column) , my Objective is to get an Average, without creating an MXC cube for ColumnA ,  

     

    so for example Average of ColumnA would be 169/5 , i.e 33.8

    then i'll put columnA into Hierarchy, so the parent Column , Lets say ColumnPrnt for assumption, would show me only averages of ColumnA  when Collapsed.

     

    am i able to explain that right ?

     

    kind Regards,

    Malav

  • Dietmar Jeschkeit
    Dietmar Jeschkeit Active Partner
    Fourth Anniversary 100 Comments 25 Up Votes 25 Likes
    edited March 2020

    Hi Malav Shelat,

     

    depending on your needs you can achieve what you want in several ways.

    For example: you can use the average function instead of total for the block or you can calculate the average with column algorhythm or using nexel function.

    Here are some screenshots with Layouts and results:

    image

    And for collapsing if I understand you right (Group2 is build by Elements Test3-Test5):

    image

    Hope this helps you

    kind regards

    Dietmar

  • Hello Dietmar Jeschkeit,

     

    Thank you so much for this straight solution which i could not think of yesterday, 

     

    Thanks again,

    Malav