Search found 4 matches
- Tue Oct 28, 2008 9:01 am
- Forum: Programming
- Topic: How to copy values of formulas?
- Replies: 5
- Views: 11566
Re: How to copy values of formulas?
the difference is that the series command requires user input whereas the frml command doesn't. this is useful if we want to automate certain tasks and reduce the number of programs that users need to run. For instance, I like to separate my data updating process from my data manipulation. I regular...
- Tue Oct 28, 2008 8:13 am
- Forum: Programming
- Topic: How to copy values of formulas?
- Replies: 5
- Views: 11566
Re: How to copy values of formulas?
You're right, but If I use the "series" command then I may as well leave out the formula altogether and just type pageselect page1 series xxx = yyy I want to maintain my auto updating series and retain my frml command. I could do: pageselect page1 frml xxx = yyy pageselect page2 link xxx.l...
- Tue Oct 28, 2008 7:15 am
- Forum: Programming
- Topic: How to copy values of formulas?
- Replies: 5
- Views: 11566
How to copy values of formulas?
How do I copy only the values of formulas from one page to another. i.e. pageselect page1 frml xxx = yyy pageselect page2 copy(o) page1\xxx page2\ Note that if page2 doesn't have "yyy" then the copy command returns NA. Is there an option that allows me to copy the formula's values from pag...
- Thu Oct 02, 2008 2:29 pm
- Forum: Data Manipulation
- Topic: How do I export data to an ODBC Database
- Replies: 6
- Views: 26695
How do I create the Database
How do I create the odbc databace and the DNS using eviews?
