Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I need an expression for Max of dateid for system = 'XYZ'...
MAX({<System = {"XYZ"}>}(date( Date ID])))..it is not displaying the date .Can anyone help ?
I need the result something like this
01/01/2013,P1 (I'm getting just 01/01/2013)..I have a field for Period but not sure how to assign
You mean to say using
MAX({<System = {'XYZ'}>}[Date ID])
You got result as 01/01/2013 but you want 01/01/2013, P1 ?
Am i correct?
If yes, let us know what is P1?
yes..p1 is period1...
I have a field called period to display p1,p2 ...
Ok.. next question is how Peroid is Connected with DATE?
Thanks
=MAX({1<[System] = {"DAPTIVE"}>}(date([Apply to Period Date ID])))
& ',' &
Only({<System = {"DAPTIVE"}, [Apply to Period Date ID] = {"$(=Max([Apply to Period Date ID]))"}>}Period)
& ',' &
Only({<System = {"DAPTIVE"}, [Apply to Period Date ID] = {"$(=Max([Apply to Period Date ID]))"}>}Year)
Same way use for LAWSON..
Hope this help.
HI Manish,
I'm not getting for the Lawson....It is getting only for Daptive....2/1/2014.P2,2014
Getting the result fot Daptiv as expected ..But not for Lawson...11/2/2013,, (Period is missing)
Will check tomorrow and reply back to you.