Search found 13598 matches
- Sat May 16, 2026 3:02 pm
- Forum: Programming
- Topic: Get date format for active page?
- Replies: 7
- Views: 113
Re: Get date format for active page?
@dateval usually just figures it out without needing a format
- Sat May 16, 2026 5:44 am
- Forum: Programming
- Topic: Get date format for active page?
- Replies: 7
- Views: 113
Re: Get date format for active page?
No, it is a global setting in EViews.
I think there's probably an easy way to do what you want, but I don't understand, yet, what you're trying to do.
I think there's probably an easy way to do what you want, but I don't understand, yet, what you're trying to do.
- Thu May 14, 2026 3:37 pm
- Forum: General Information and Tips and Tricks
- Topic: Get Series with DisplayNames while using Show
- Replies: 3
- Views: 132
Re: Get Series with DisplayNames while using Show
No, the spreadsheet view of a group does not allow you to use displaynames instead of actual names. You could write a quick add in that does it for you. Freeze the spreadsheet view of the group into a table, loop through the columns replacing the text in the first row with the displayname of the ser...
- Thu May 14, 2026 3:34 pm
- Forum: Programming
- Topic: Get date format for active page?
- Replies: 7
- Views: 113
Re: Get date format for active page?
format or frequency? @pagefreq give the frequency.
Format is machine based, not page/file based.
Format is machine based, not page/file based.
- Tue May 12, 2026 8:57 am
- Forum: Data Manipulation
- Topic: Export to excel with equation/formula
- Replies: 1
- Views: 107
Re: Export to excel with equation/formula
Not built in, no
- Tue May 12, 2026 8:56 am
- Forum: General Information and Tips and Tricks
- Topic: Get Series with DisplayNames while using Show
- Replies: 3
- Views: 132
Re: Get Series with DisplayNames while using Show
I don't follow what you want here.
The show command is used to display a view of an object.
You could use
which would display the label view, that has the displayname as one of the entries?
The show command is used to display a view of an object.
You could use
Code: Select all
show object.label
- Sun May 10, 2026 1:38 pm
- Forum: Programming
- Topic: Valid names for options?
- Replies: 1
- Views: 302
Re: Valid names for options?
Probably
- Thu May 07, 2026 2:16 pm
- Forum: Programming
- Topic: How to break out of called program from within subroutine?
- Replies: 1
- Views: 834
Re: How to break out of called program from within subroutine?
I believe return will exit out of a subroutine, if in one, and exit out of a program otherwise. So, exiting out of a program whilst in a subroutine I think is not possible in one go.
- Thu May 07, 2026 7:53 am
- Forum: Data Manipulation
- Topic: Saving graphs as pdf
- Replies: 21
- Views: 103129
Re: Saving graphs as pdf
Sorry, opacity and anti-aliasing.
- Wed May 06, 2026 9:08 am
- Forum: Programming
- Topic: %hasoptions and/or %equaloptions
- Replies: 3
- Views: 624
Re: %hasoptions and/or %equaloptions
But, you can return the list of options provided with the @getoptions function:
You can retrieve the ith option with @option:
Code: Select all
%options = @getoptions
Code: Select all
%firstoption = @option(1)
- Wed May 06, 2026 9:03 am
- Forum: Programming
- Topic: %hasoptions and/or %equaloptions
- Replies: 3
- Views: 624
Re: %hasoptions and/or %equaloptions
I don't understand what you're asking here.
- Mon May 04, 2026 9:42 am
- Forum: Data Manipulation
- Topic: Saving graphs as pdf
- Replies: 21
- Views: 103129
Re: Saving graphs as pdf
I think both issues are due to opacity - opacity doesn't work well with dashed lines. If you turn off opacity for all the lines in the chart, it should behave better.
- Thu Apr 30, 2026 10:10 am
- Forum: Data Manipulation
- Topic: average of two series
- Replies: 2
- Views: 768
Re: average of two series
Code: Select all
group mygrp a b c
series x = @rmean(mygrp)
- Tue Apr 28, 2026 8:33 am
- Forum: Data Manipulation
- Topic: Saving graphs as pdf
- Replies: 21
- Views: 103129
Re: Saving graphs as pdf
Sorry, I'm getting quite lost.
As far as I can tell, the issue you are experiencing is that you have a graph object that when saved to disk as a PDF, the dashed lines don't appear.
Do you have a workfile we can use that has such a graph object?
As far as I can tell, the issue you are experiencing is that you have a graph object that when saved to disk as a PDF, the dashed lines don't appear.
Do you have a workfile we can use that has such a graph object?
- Mon Apr 27, 2026 7:33 am
- Forum: Data Manipulation
- Topic: Saving graphs as pdf
- Replies: 21
- Views: 103129
Re: Saving graphs as pdf
Line 27 of the program:
What's that?
Code: Select all
ps graphs
