Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, QV community
I need to some help to add data in the expression (not in the script).
I have an example for you guys to see.
I will talk about the example because you understand better if you look at it.
First take a look at the example before read my explanation.
One Job Number (AARS10) which is the same number as the console Job has information about the cost and Container Type.
The other Job Numbers (AARS11 and AARS12) have information about the revenues and nothing about the container type as you can see in the data below
I need the to get the same Container Types value in all my jobs. So when I filter Container Type "40HC" I will get all the jobs not only AARS10.
I try to use this formula to add the data in the container type
=aggr(MaxString(TOTAL <[Console Job]> [Container Type]),[Console Job],[Job number])
It worked but created a problem for Console Job IMMS10 becuase it has many different Container Types.
How can I do make an formula in the chart properties to get the solution I want
Any ideas?
Console Job | Job number | Revenue | Cost | Container | Container Type | Solution I want | |
AARS10 | AARS10 | 0 | 3500 | 3 | 40HC | 40HC | |
AARS10 | AARS11 | 1500 | 0 | 0 | - | 40HC | |
AARS10 | AARS12 | 2500 | 0 | 0 | - | 40HC | |
IMMS10 | IMMS10 | 5000 | 3000 | 1 | 40HC | 40HC | |
IMMS10 | IMMS10 | 5000 | 3000 | 1 | 20DC | 20DC | |
IMMS10 | IMMS10 | 5000 | 3000 | 1 | 40DC | 40DC |