Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
nkosinde13
Creator
Creator

Reference expression label on another expression

Hi, I have two expressions that I created on a straight table and named them Actual and Core Product. So now for my 3rd expression (TA%) I want use just the label names i.e. = [Actual] / [Core Product] but I'm getting an error. I've attached a screenshot showing the error.

Is there any setting that maybe I need to do? Thanks

3 Replies
dapostolopoylos
Creator III
Creator III

Sometimes the expression editor returns errors but the expression works as it should.

Have you tried to evaluate the expression,  what do you see in your chart?

You can try a workaround which is much safer. If the Actual expression is the first expression in your chart and the Core Product the second then you can define the TA% expression like this:

Column(1)/Column(2)

Father/Husband/BI Developer
nkosinde13
Creator
Creator
Author

Hi Dimitrios, yes thank you very much. Your solution works perfectly.

raviityou
Partner - Creator
Partner - Creator

you can use `Expression Name`/ `Expression Name` or Column(1)/Column(2) both will work but prefer to use expression.