Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have created the following Table.
07.06.2005
The end result should look like this:
Thanks a lot!
C.
If your "last date" doesn't need to respond to selections, the easiest might be to establish a new field during the load:
if(ArtNr<>previous(ArtNr),ab) as Lastab...ORDER BY ArtNr, ab DESC
And then use Lastab instead of ab as the dimension.