Solved! Go to Solution.
options are to change to "USACensus2010" ??? Census 2010-based boundaries, "USA2012" ??? Census 2010-based boundaries (Esri 2012/2017). Not exactly sure but I would think "USA2013" would likely reference the recently released Esri 2013/2018 data update.
Hello-
Not sure if this is the right Forum to post this on but Ill give it a try. I am new to the BA API and I am using it inside a flex application to generate demographic reports. I have got it working fairly well except I am only getting 2010/2015 demographics. If I use BA Online I can get the updated demographics (2013/2018). Even in the BA API for Flex Samples page: http://help.arcgis.com/en/businessanalyst/online%20apis/apis/flex/samples/index.html all the reports are from the 2010/2015 dataset. Can I use the updated demographics some how? Any thoughts would be appreciated.
Thanks,
Matt
Jason-
Thanks for the reply. I am not sure where to make the change on the DataSetID... is this found somewhere inside the BA referenced library (the BA API)? Nowhere in my application code can I find this. A point in the right direction would be greatly appreciated. Thanks in advance.
Matt
Jason,
Thanks again for helping me out with this. I am not able to get the code you suggested to work correctly. I am using this functionality inside a custom widget for the Flexviewer. I have attached a zipped .txt file with my mxml code in hopes that maybe you could show me where changes need to be made. I will continue to play around with this in the meantime and hopefully will get a bit closer. Thanks again for the help.
Matt
options are to change to "USACensus2010" ??? Census 2010-based boundaries, "USA2012" ??? Census 2010-based boundaries (Esri 2012/2017). Not exactly sure but I would think "USA2013" would likely reference the recently released Esri 2013/2018 data update.
Well I think I finally got this figured out. Once I added the activeDatasetID parameter to both the getReportTemplatesTask, and to the executeReportTask, reports came across as expected.
Jason, you were right on these options for posible ID values. Thanks for you help on this. Even though I didn't use your exact code, you pointed me in the right direction. There is documentaion to the activeDatasetID parameter as it relates to the BAO API for Flex located here: http://help.arcgis.com/en/businessanalyst/online%20apis/apis/flex/Concepts/index.htm?datasets.html
Matt