Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have data as below. How to get the table in qvw only to show rows which is Max(No)
for eg:
considering below sample data I need to show output only the row
S908779 US 11/06/2013 20 19038 56 64563
ID | Region | DateManufacture | No | Kety | Moniyt | Notax |
S908766 | US | 11/03/2013 | 20 | 0 | ||
S908767 | US | 11/03/2013 | 10 | 461 | 461 | |
S908768 | US | 11/03/2013 | 8 | 461 | ||
S908769 | US | 01/04/2013 | 1 | 461 | 461 | |
S908770 | US | 11/04/2013 | 10 | 461 | 461 | |
S908771 | US | 11/04/2013 | 8 | 510 | 461 | |
S908772 | US | 11/04/2013 | 20 | 345 | 355 | 23423 |
S908773 | US | 01/05/2013 | 1 | 461 | 461 | |
S908774 | US | 11/05/2013 | 8 | 510 | 461 | |
S908775 | US | 11/05/2013 | 10 | 461 | 461 | |
S908776 | US | 11/05/2013 | 20 | 345 | 34 | 5534 |
S908777 | US | 01/06/2013 | 1 | 461 | 461 | |
S908778 | US | 11/06/2013 | 10 | 461 | 461 | |
S908779 | US | 11/06/2013 | 20 | 19038 | 56 | 64563 |
S908780 | US | 11/06/2013 | 8 | 510 | 461 | |
S908781 | US | 01/07/2013 | 1 | 461 | 461 | |
S908782 | US | 11/07/2013 | 10 | 461 | 461 | |
S908783 | US | 11/07/2013 | 13 | 510 | 461 | |
S908784 | US | 11/07/2013 | 8 | 461 | ||
S908785 | US | 11/07/2013 | 20 | 24 | 56 | 5465 |
S908786 | US | 01/08/2013 | 1 | 461 | 461 | |
S908787 | US | 11/08/2013 | 10 | 461 | 461 |
Can anyone suggest me please.
Thanks.
Thanks. Try this. when I used this table is not populating. all dimensions and expression disabled.
Any help please.
Hi,
I used the bill markham attachement, and update the expression like
only ( { <No={'$(=max(No))'},Kety={'$(=max(Kety))'}>} No )
Amelia, Can you provide excel file with output for any 3-4 ID?
Thanks. Please see attached.
This have 24 IDs
have you provided output also?
see for ID= Rt0976 I need output ss below.
ID | Region | DateManufacture | No | Kety | Moniyt | Notax |
Rt0976 | US | 02/10/2014 | 13 | 677 | 613 |
sorry....confused, but in ur above post u mentioned ur looking for ID=ID = S908779 but in latest post ur looking for ID=Rt0976!
pls clarify?
I have checked in my file ID = S908779 is presented only once. if I use S908779 anyhow it will show the maximum value because of presence only one time.
That is the reason I changed the ID to Rt0976
to make clear what I need.
Hope this makes sense.
Please any help. is it possible to get the output.
Can you explain the Login again please..
Let me tell you what I understood...
1) ID Rt0976
2) Number NO should be Maximum so 13 for this ID
3) Now you have 39 Records left...which are fulfilling above criteria.
4) What is the Logic to get DateManufacture = 02/10/2014? as I am getting Date 02/09/2014...
Please clarify... Thanks
The one which I used to add output is as below
ID = Rt0976
maximum No = 13
Maximum Kety = 677
There are two dates 02/09/2014 and 02/10/2014 the Maximum I need is DateManufacture = 02/10/2014.
I know it is tricky. Is there any solution to show all max values.
Please help.