If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Max date on dimentionnal data

Started by Esperanza, 21 Mar 2013 10:34:44 AM

Previous topic - Next topic

Esperanza

Hi cognos Experts!


I have a list of item, date and qty.
I would like a list of distinct item
and the max date corresponding to each item.
Easy to do on relational data with function 'maximum',
Not so on dimentionnal data.
Do you have an idea ?
thank you in advance.

here what i tried :

tail(item(

filter([Day],aggregate ([Purch - Qty Received] within set [Product Item]) is not null and aggregate ([Purch - Qty Received] within set [Branch (Product Item)]) <>0)

,0))

bi4u2

Did you try using 1 as your default index expression rather than 0?

Lynn

What does your time hierarchy look like? The closingPeriod function might do what you need.