Search found 51 matches
- Mon May 18, 2020 9:40 pm
- Forum: General Information and Tips and Tricks
- Topic: Pasting linked data in Excel
- Replies: 3
- Views: 4374
Re: Pasting linked data in Excel
Hi Steve, Sorry, I should have included all this detail. Using Eviews 10+, 64bit and was built Feb 26 2018. Excel is 2016 version. However, I actually think the problem was occurring as I didn't declare a named object, when I declare a group followed by a list of variables, I can than copy and paste...
- Sun May 17, 2020 10:20 pm
- Forum: General Information and Tips and Tricks
- Topic: Pasting linked data in Excel
- Replies: 3
- Views: 4374
Pasting linked data in Excel
Hi,
Not sure if this is an Eviews thing or an Excel thing, but I don't have the option to paste data as a link in Excel - I have attached a screenshot. Has anyone come across this before? And is there a solution?
Funnily enough, I don't have this issue with powerpoint.
Thanks
Adam
Not sure if this is an Eviews thing or an Excel thing, but I don't have the option to paste data as a link in Excel - I have attached a screenshot. Has anyone come across this before? And is there a solution?
Funnily enough, I don't have this issue with powerpoint.
Thanks
Adam
- Wed Apr 22, 2020 4:03 pm
- Forum: Programming
- Topic: Position text box based on data
- Replies: 4
- Views: 1459
Re: Position text box based on data
Hi Jason,
Thanks for you reply and example. Unfortunately, my organisation is using Eviews 10+ (sorry I should have mentioned that from the outset). Is there a workaround here?
Thanks
Adam
Thanks for you reply and example. Unfortunately, my organisation is using Eviews 10+ (sorry I should have mentioned that from the outset). Is there a workaround here?
Thanks
Adam
- Tue Apr 21, 2020 11:15 pm
- Forum: Programming
- Topic: Position text box based on data
- Replies: 4
- Views: 1459
Position text box based on data
Hi, I am trying to think of a neat way to position text boxes in charts based on the respective data in the chart, my first attempt of this (below) works, but still requires me to move the text boxes around to somewhere more visually appealing: for !h =1 to data.@count 'data is a group object with t...
- Tue Apr 21, 2020 11:06 pm
- Forum: Add-in Writing area
- Topic: Creating default options for add-in
- Replies: 8
- Views: 8796
Re: Creating default options for add-in
Yep - must of been one of those days for me. This works, thanks!
- Thu Apr 16, 2020 4:55 pm
- Forum: Add-in Writing area
- Topic: Creating default options for add-in
- Replies: 8
- Views: 8796
Re: Creating default options for add-in
Sorry for note being clear on this, I want to create a new series, based on the data contained in _this. My attempts of manipulating _this. directly were failing, but I more than likely was doing something wrong.
- Thu Apr 16, 2020 4:26 pm
- Forum: Add-in Writing area
- Topic: Creating default options for add-in
- Replies: 8
- Views: 8796
Re: Creating default options for add-in
I was trying to access the series objects data so I could transform it. As I understand it, .sheet brings the spreadsheet view of the object?
- Tue Apr 14, 2020 5:13 pm
- Forum: Add-in Writing area
- Topic: Creating default options for add-in
- Replies: 8
- Views: 8796
Re: Creating default options for add-in
That was just exactly what I was after, thanks Gareth. I am having a little trouble with the use of "_this" - I have read the post in this forum about it but I couldn't really answer my problem. What I want to do, if the option is specified is transform the selected variable %name1 = @getn...
- Tue Apr 14, 2020 12:54 am
- Forum: Add-in Writing area
- Topic: Creating default options for add-in
- Replies: 8
- Views: 8796
Creating default options for add-in
Hi, I am wondering how to write an add-in that has some default options pre-populated, which can then be overridden with the procs command. For example, say I have an add-in called "silly_addin" that creates a copy of a variable, then multiplies it by 100. And I want to be able to provide ...
- Mon Apr 13, 2020 8:52 pm
- Forum: Add-in Writing area
- Topic: Help with registering add-in
- Replies: 4
- Views: 4746
Re: Help with registering add-in
This didn't actually work, but it was because I didn't declare a menu name - sorted now.
- Mon Apr 13, 2020 5:16 pm
- Forum: Add-in Writing area
- Topic: Help with registering add-in
- Replies: 4
- Views: 4746
Re: Help with registering add-in
Great thanks! And registering it twice is simply a matter of updating my install program to the following? addin(type="series", desc=" runs the program ") "file path where program is saved" addin(type="group", desc=" runs the program ") "file pa...
- Mon Apr 13, 2020 4:31 pm
- Forum: Add-in Writing area
- Topic: Help with registering add-in
- Replies: 4
- Views: 4746
Help with registering add-in
Hi, My guess this has been asked before, so I apologise for repeating. I need some help with registering my add-in. I want to be able to open a series object / group object and be able to click to procs -> add-ins and run my add in (which is a program which runs fine when I click run on the program)...
- Tue Mar 03, 2020 4:46 pm
- Forum: Programming
- Topic: if statement not working
- Replies: 2
- Views: 2525
Re: if statement not working
right, so something like @lower(%3) should work?
- Tue Mar 03, 2020 4:41 pm
- Forum: Programming
- Topic: if statement not working
- Replies: 2
- Views: 2525
if statement not working
Hi, I am trying to use an if statement within a loop, which goes through a group and adjust a variable with another variable which is tagged "_adj_exc", the if statement is looking at the variable name and if it meets the condition, adjust the variable differently. The code is below, the f...
- Mon Feb 24, 2020 10:10 pm
- Forum: Models
- Topic: Extracting exclude dates
- Replies: 4
- Views: 8967
Re: Extracting exclude dates
Thanks Matt - this is really great.