﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Data Warehousing / Analysis Services  / MDX to fill listbox / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 22 May 2013 07:08:51 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: MDX to fill listbox</title><link>http://www.sqlservercentral.com/Forums/Topic1386119-17-1.aspx</link><description>thank you</description><pubDate>Mon, 19 Nov 2012 20:47:55 GMT</pubDate><dc:creator>alroyswain</dc:creator></item><item><title>RE: MDX to fill listbox</title><link>http://www.sqlservercentral.com/Forums/Topic1386119-17-1.aspx</link><description>[quote][b]alroyswain (11/18/2012)[/b][hr]Hi,I'm using an MDX statement to fill a listbox with available dates: Current statement is SELECT		NON EMPTY [Period].[Period by Financial Year].[Period] on COLUMNSFROM [TESTCUBE]	This outputs data and dates, I only require the dates with MEMBER_CAPTION. [/quote]See if this link helps: [url]http://www.databasejournal.com/features/mssql/article.php/3748506/Intrinsic-Member-Properties-The-MEMBERCAPTION-Property.htm[/url][code="sql"]WITHMEMBER   [Measures].[Period].[Period by Financial Year].[Period - Caption]AS   '[Period].[Period by Financial Year].[Period].MEMBER_CAPTION'SELECT   NON EMPTY [Period].[Period by Financial Year].[Period - Caption] on COLUMNSFROM [TESTCUBE]	[/code]You'll have to play with that a bit, as my syntax may be off.Rob</description><pubDate>Mon, 19 Nov 2012 06:55:21 GMT</pubDate><dc:creator>robert.gerald.taylor</dc:creator></item><item><title>MDX to fill listbox</title><link>http://www.sqlservercentral.com/Forums/Topic1386119-17-1.aspx</link><description>Hi,I'm using an MDX statement to fill a listbox with available dates: Current statement is SELECT		NON EMPTY [Period].[Period by Financial Year].[Period] on COLUMNSFROM [TESTCUBE]	This outputs data and dates, I only require the dates with MEMBER_CAPTION. Any help is appreciated.</description><pubDate>Sun, 18 Nov 2012 18:18:21 GMT</pubDate><dc:creator>alroyswain</dc:creator></item></channel></rss>