Jump to content

Sum of values over grouped columns


Benjamin S

Recommended Posts

Hello,

I am currently struggling to achieve the same type of information as I do in a python script but directly in Tibco and I dont know where to start.

 

My table looks like this:

 

ExampleTable

 

 

Date

V1

V2

V3

 

 

 

 

...

"D"

1

"X"

 

 

...

"A"

2

"X"

 

 

...

"D"

3

"X"

 

 

...

"D"

2

"Y"

 

 

...

"A"

2

"Y"

 

 

...

"D"

1

 

"Y"

 

 

 

 

What I want to achieve now is something like this:

 

Filter for V1="D"

Group by V3

Sum V2 of each group

Bar plot with bars for X and for Y

 

I tried something like ([V1]="D") group by [V3]

but this is the point where i get lost

 

I would be thankful if somebody could help me here.

Cheers

Link to comment
Share on other sites

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...