Is there a full guide for the use of prompt macros?
I have used a few to filter date and text fields (I found them looking around), I am looking to use a macro prompt with a combo (in this case with static fields).
Examples I used: ORGID=#prompt('OrganizationID')# to_date(#sq(prompt('Start_Date','DATE'))#,'YYYY-MM-DD') (what does sq means btw?)
Thanks.