The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now!
A chart showing the TIBCO Platform vision
Jump to content
Forums
Ask questions and gain insight from discussions

Recommended Posts

Posted

Sorry, i didn't understand. Where should i change the aggregation

 

My expression on cell value actually is: 

 

Sum(UniqueCount([PROTOCOL]) / Sum(UniqueCount([PROTOCOL]))) OVER (Intersect([Axis.Rows],[DATE_EXECUTION])).

 

 

Posted

Go to where you select example SUM, Avg, etc for your value you will find % of Total over there. Select the % of Total.

 

After that go to Properties > Formatting > Percentage 

 

or try the below expression

 

Sum([Value Column]) THEN [Value] / Sum([Value]) OVER (All([Axis.Rows]))

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...