
Not applicable
2016-03-14
11:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The last status
Hi there,
I have charged the following information.
WAREHOUSE | DATE | STATUS |
A | 01/01/2016 | ON LINE |
B | 02/01/2016 | ON LINE |
B | 01/01/2016 | OFF LINE |
C | 02/01/2016 | OFF LINE |
D | 03/01/2016 | OFF LINE |
D | 02/01/2016 | OFF LINE |
D | 01/01/2016 | ON LINE |
E | 03/01/2016 | ON LINE |
As I can get a table where I said the last date for store their audit and status ..
404 Views
2 Replies

Employee
2016-03-14
02:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Store as Dimension and
MAX(DATE) and FirstSortedValue(STATUS,-DATE) as expressions

MVP
2016-03-14
02:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May be this:
Dimension: WAREHOUSE
Expressions:
1) Date(Max(DATE))
2) FirstSortedValue(STATUS, -DATE)
339 Views
