Search found 101 matches
- Tue Sep 16, 2025 11:43 am
- Forum: Bug Reports
- Topic: Add-in Menu Issue
- Replies: 2
- Views: 14274
Re: Add-in Menu Issue
I deleted all the Add-ins from the menu and redid all of them and it now works.
- Tue Sep 16, 2025 11:14 am
- Forum: Bug Reports
- Topic: Add-in Menu Issue
- Replies: 2
- Views: 14274
Add-in Menu Issue
Add-ins > Manage Add-ins... I had a number of add-ins listed on my drop-down Add-ins menu. They were programs I wrote. However, I needed to re-order the list and now only three add-ins show on the drop down. I am unable to add any additional add-ins to the dropdown. Is this a known issue? Any help w...
- Wed Jul 23, 2025 11:12 am
- Forum: Suggestions and Requests
- Topic: Rows Repeat at Top
- Replies: 5
- Views: 165064
Re: Rows Repeat at Top
Checking back on this... If this isn't on the agenda for a future update to EViews, are you aware of any programs or add-ins that might do this in the meantime?
KC
KC
- Sat Feb 22, 2025 9:05 am
- Forum: Suggestions and Requests
- Topic: Rows Repeat at Top
- Replies: 5
- Views: 165064
Re: Rows Repeat at Top
Exactly! Would be HUGE for reviewing long tables in printed form!
- Fri Feb 21, 2025 6:14 pm
- Forum: Suggestions and Requests
- Topic: Rows Repeat at Top
- Replies: 5
- Views: 165064
Re: Rows Repeat at Top
What I mean is that in Excel I can have column headers with hundreds of rows of data beneath.
You can set the print options to repeat the first x number of columns at the top of each page so you can have headers on all the pages of your printout.
You can set the print options to repeat the first x number of columns at the top of each page so you can have headers on all the pages of your printout.
- Thu Feb 20, 2025 5:38 pm
- Forum: Suggestions and Requests
- Topic: Rows Repeat at Top
- Replies: 5
- Views: 165064
Rows Repeat at Top
It would be WONDERFUL if there was an ability to "Repeat x rows at top" of a printed table similar to how it is possible to do so in Excel. I've tried to do this with a program, but it is incredibly hard to do.
Thank you!
Thank you!
- Wed Nov 20, 2024 1:11 pm
- Forum: Programming
- Topic: Repeat Header Rows
- Replies: 4
- Views: 32414
Re: Repeat Header Rows
Thank you. I've written code that counts rows of data, rows in the header, estimates number of pages, and the number of rows per page. I"ve used this information to create tables with headers, but the process is a little clunky and the code is ugly. It sorta works, but I thought it would not hu...
- Wed Nov 20, 2024 12:48 pm
- Forum: Programming
- Topic: Repeat Header Rows
- Replies: 4
- Views: 32414
Re: Repeat Header Rows
Gareth,
I have a table with a header followed by many, many rows.
When I print the table the first page displays the header.
Every remaining page shows data, but no header.
I would like to repeat my header rows on each page.
KC
I have a table with a header followed by many, many rows.
When I print the table the first page displays the header.
Every remaining page shows data, but no header.
I would like to repeat my header rows on each page.
KC
- Wed Nov 20, 2024 9:29 am
- Forum: Programming
- Topic: Repeat Header Rows
- Replies: 4
- Views: 32414
Repeat Header Rows
I give up... I've been trying to write code that will put my header rows at the top of a report (table) containing hundreds of rows of data. Despite my best efforts, I've not been able to make it work. So I'm wondering if there is any wisdom here about how to repeat rows at the top of each page of a...
- Fri Oct 25, 2024 7:23 am
- Forum: Programming
- Topic: Search / Replace (MA, C, AR)
- Replies: 1
- Views: 28231
Search / Replace (MA, C, AR)
I have to find a way to replace MA, C, and AR if a user enters these stock tickers in a program. My program begins with a userform that asks the user to enter a list of tickers and then stores the tickers in a variable called %tickerlist. It then fetches a stock price series for each using a Bloombe...
- Wed Jul 24, 2024 1:25 pm
- Forum: Programming
- Topic: First Character Identification... Number or String???
- Replies: 2
- Views: 14515
Re: First Character Identification... Number or String???
Worked great! Thank you!!
KC
KC
- Wed Jul 24, 2024 10:42 am
- Forum: Programming
- Topic: First Character Identification... Number or String???
- Replies: 2
- Views: 14515
First Character Identification... Number or String???
I'm trying to identify if the first character of a variable is a number or string. My variable is %myvar and I am running a loop which is picking up cusips (numbers) and tickers (strings) from a group. I am using @left to identify what the first character. However, I need something to tell me if it ...
- Sat Apr 06, 2024 1:58 pm
- Forum: Programming
- Topic: Bloomberg Querry Language (BQL) Fetch
- Replies: 1
- Views: 7070
Bloomberg Querry Language (BQL) Fetch
I do a lot of work with Bloomberg and have been successfully using the "fetch" command to pull fundamental data from Bloomberg. A couple years ago, they introduced a new API querry called BQL or "Bloomberg Querry Language." I believe this is supposed to replace the standard "...
- Mon Mar 25, 2024 11:32 am
- Forum: Programming
- Topic: Passing Variable to "R"
- Replies: 5
- Views: 10907
Re: Passing Variable to "R"
I appreciate that. But what about passing a parameter like "frequency", for example?
- Mon Mar 25, 2024 10:58 am
- Forum: Programming
- Topic: Passing Variable to "R"
- Replies: 5
- Views: 10907
Re: Passing Variable to "R"
Correct...
I had no issue moving the data to R... Just how to get the variables across into R.
I had no issue moving the data to R... Just how to get the variables across into R.
