December 3rd, 2011, 1:12 am
Hi,I am trying to develop a BDH to download the running history of GDP CYOY Index for the past 30 days.=BDH("GDP CYOY Index","PX_LAST",TODAY()-30,TODAY(),"Dir=V","Dts=H","Sort=A","Quote=C","QtTyp=Y","Days=A","Per=cd","DtFmt=D","Fill=P","UseDPDF=Y","cols=1","cols=1;rows=31")It returns #N/A N/As.The formula works well for SPX Index, but not quarterly data like GDP CYOY Index. I remember it worked before when we set the number of days to a higher number. But currently I need to track only the past 30 days, and when there's no updated data then I want to to return the last non-N/A data. I know BDH functions allow this but some how I can't get it to return the data.Can any one help me to fix this?
Last edited by
bluewave on December 2nd, 2011, 11:00 pm, edited 1 time in total.