mdx query help needed
Next message: Deepak Puri: "Bug in AS2K MDX Union (All option)?"
Date: Sat, 28 Aug 2004 21:42:47 -0700
we have an entry for every product abt its entry and
shipment dates , i just want to know the time taken to
ship the product.. i mean if the product is shipped in a
day or two or three...
i got my query as
sum(tail(nonemptycrossjoin([ship date].[week].
[suntosatday].members),1),[members].[day count])
but its displaying the output for all date ...i want it
for current date.
is there any chg i need to make in my query ?
thanks in advance
Next message: Deepak Puri: "Bug in AS2K MDX Union (All option)?"
Relevant Pages
- Re: mdx query stuck up
... we have an entry for every product abt its entry and ... shipment dates, i just want to know the time taken to ... ship the product.. ... is there any thing i need to chg in my query? ... (microsoft.public.sqlserver.olap) - Re: MySQLdb - Query/fetch dont return result when it *theorically* should
... >> an action, if nothing is found, just keep this query-fetch cycle ... >> else with the same query. ... >> If an entry that the query should return is inserted in the database, ... it starts a little queue server in a separate thread. ... (comp.lang.python) - Re: MySQLdb - Query/fetch dont return result when it *theorically* should
... > an action, if nothing is found, just keep this query-fetch cycle ... > else with the same query. ... > If an entry that the query should return is inserted in the database, ... it starts a little queue server in a separate thread. ... (comp.lang.python) - MySQLdb - Query/fetch dont return result when it *theorically* should
... an action, if nothing is found, just keep this query-fetch cycle ... If an entry that the query should return is inserted in the database, ... This queue server is nothing more than a list. ... (comp.lang.python) - Re: Seemingly (and probably) complex re: turnaround time
... Create a query based on "tblProduction". ... ReceiptToEntry: Entry - OrderReceipt ... DesignToProduction: Production - Design ... (microsoft.public.access.queries) |
|