I recently migrated from 0.9.0 (2013) to 2.1 (2016). The initial update went well, and the workbook populated the charts and graphs up to April1, 2016. However, I don't see any updates to the data after that date. From what I can tell, the scripts run correctly. There are no obvious errors in the log files, and the .csv files in the PSData folder are up to date. But, when I run "Refresh All" from Excel, it works for a few minutes, but afterwards nothing has changed. In the "Daily" tab, there are no dates showing after 2016-04-01. What should I do?
Comments
Are you using Excel 2010 or Excel 2013?
Steps:
1. Please confirm that in psConfig.txt file you did not specify MaxDate parameter for your symbols.
2. Open file Quotes.csv that was generated for you. For one symbol make sure that there are records up to latest business date.
3. If you have multiple currencies open file CurrencyConv.csv and make sure that there are records up to latest business date.
4. Open file Dates.csv and confirm that last date is last business date.
5. If Excel 2010 (and Excel 2013 if you have full PowerPivot support), open PowerPivot window and check table "Dates" - is it up to latest business date? Check "QuotesExists" column for that table - values should be "Yes" for all dates that have quotes. Is that the case for last few business days?
6. If Excel 2010 (and Excel 2013 if you have full PowerPivot support), open PowerPivot window and check table "Quotes" - is it up to latest business date? Check "QuotesExists" column for that table - values should be "Yes" for all dates that have quotes. Is that the case for last few business days?
7. If Excel 2013/2016 - have you changed connections to do fast refresh as described here: http://portfolioslicer.com/docs/excel2013-refresh-data.html#fast-refresh. Please double check that tables "Dates", "Quotes" are included in "Refresh All".
If all looks good with above checks, is it possible for you to send me your workbook and psConfig.txt file? My contact: http://www.portfolioslicer.com/contact.html
Also, I do not have the PowerPivot add-in, so I am unable to change the path for Excel to look for these data files.
Changing the back to "C:\PortfolioSlicer\PSData" corrected this problem for me.