Apr 11, 2006 #1 gsai Programmer Mar 22, 2006 3 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 Jun 7, 2004 98 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