Apr 11, 2006 #1 gsai Programmer Joined Mar 22, 2006 Messages 3 Location US Hi all, i got to have this expression (TRUNC(sysdate)-Drop_Date) in a metric where Drop_date is an attribute.How do i do this? i'am new to microstrategy let me know thanks
Hi all, i got to have this expression (TRUNC(sysdate)-Drop_Date) in a metric where Drop_date is an attribute.How do i do this? i'am new to microstrategy let me know thanks
Apr 11, 2006 #2 iolaper MIS Joined Jun 7, 2004 Messages 98 Location US APPLYSIMPLE("(TRUNC(sysdate)-#0", DATE) DATE is not Drop_Date but the form in the attribute that contains your date. It's been a while since I used ApplySimple, so if I am wrong someone please correct me. Thanks iolaper Upvote 0 Downvote
APPLYSIMPLE("(TRUNC(sysdate)-#0", DATE) DATE is not Drop_Date but the form in the attribute that contains your date. It's been a while since I used ApplySimple, so if I am wrong someone please correct me. Thanks iolaper