Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello.
I Have 3 differents charts, 2 of them have an expression and in 3rd one i want to show the sum of chart 1 + chart 2.
Example.
This is my chart1. the expression is "Abortada por Usuarios L"
This is my chart 2. the expression is "Abortada por Usuarios P"
And in this 3rd chart i want to SUM the expression "Abortada por Usuarios L" (from chart1) + "Abortada por Usuarios P" (from chart2). How can i do?
I cant just sum by formula copy and paste the formula of each expression, because each one have a different logic and filters. For that a ineed just to sum the values.
Sorry for my english, i hope you understand
Thanks
Hi
You can create variable and store the expression in first & second chart.
Then use the variable names to sum it in third chart.
How should i use variables?
I create variable and paste the formula, and when i call the variable, that show me text and not value.
Please help me, i send my file...
May be using $(vAbortadaL)
Try to change as per your Variable or else please share the expression for that variable
I use variables, but its just copy the formula and not the value, is the same that i use formula directly. I cant do that because each chart have a different logic, so i need to capture the value not formula.
Hi
Use $(VariableName)