Remi COURTEY Posted November 19, 2020 Posted November 19, 2020 Hello TIBCO Community :) I have an issue with an expectation of one of my client. We have data from 2019 & 2020, and we want to display an Evolution rate (Difference % Year over Year) in Text Area. For that I used a Sparkline to display my value because I have the [Axis.X] function in my calculation, and the calculated value property can't support this function. My client wishes to have a icon next to the evolution rate displayed. If the evoution rate is negative, the iconis a red arrow down. Contrariwise, If the evolution rate is positive, the icon is a green arrow up. But when I put my Evolution Rate calculation in the custom expression Value, the icon is not supported the [Axis.X] function and I can't display anything. I'm not looking for a workaround because we found a soukltion with the KPI Chart with Color Coding but our client wants it into a Text Area with an Icon. You'll find in attachment a dxp with Data and visualisations. Someone can help me Thank you
Franck Leonard Posted December 3, 2020 Posted December 3, 2020 Hello May you use a calculated value with this formula : ((Sum([Questions asked]) - Sum([Questions asked]) over (PreviousPeriod([Year]))) / Sum([Questions asked]) OVER (PreviousPeriod([Year]))) - 1 Seems working is you have 2 years available.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now