Search found 9 matches

by bpuffer
Fri Feb 23, 2024 6:57 am
Forum: Bug Reports
Topic: Not receiving all series requested from FRED db
Replies: 4
Views: 509

Re: Not receiving all series requested from FRED db

...and this morning it's working fine. Sorry for the false alarm!
by bpuffer
Thu Feb 22, 2024 1:41 pm
Forum: Bug Reports
Topic: Not receiving all series requested from FRED db
Replies: 4
Views: 509

Not receiving all series requested from FRED db

When using the following fetch command I only receive back the series beginning with "a": fetch(db = FRED) ??BPPRIV However, there are many more series available. If I Query the db directly for CTBPPRIV it shows it there. This command does return all available series matching the criteria:...
by bpuffer
Wed Aug 08, 2018 2:21 pm
Forum: Programming
Topic: Copy (by Value) option
Replies: 3
Views: 3548

Re: Copy (by Value) option

Thanks for your response.

When I use the copy command it copies the formula as a formula. I would like to copy the formula as a series, which the manual paste special allows for.
by bpuffer
Tue Aug 07, 2018 12:25 pm
Forum: Programming
Topic: Copy (by Value) option
Replies: 3
Views: 3548

Copy (by Value) option

Is there a way to copy series/formulas as values using the programming language?

This is an option in the "Paste Special" menu as "Paste as" --> "Series (by Value)". I don't see any equivalent in the programming language.

Thanks
by bpuffer
Tue Feb 13, 2018 7:34 pm
Forum: Programming
Topic: Store formulas from workfile as unlinked series in database
Replies: 0
Views: 1673

Store formulas from workfile as unlinked series in database

Hello, I have a host of formulas and linked series in a workfile that I would like to store in a database. When I do this via the store command, it keeps their status as formulas and links.However, because the series that belong to said formulas and links aren't there, the formulas and links break. ...
by bpuffer
Tue May 19, 2015 1:01 pm
Forum: Programming
Topic: Linear Trendline based off existing series
Replies: 1
Views: 2330

Linear Trendline based off existing series

Hi, I am trying to create a series that contains the trendline values associated with another series. For example: I have a quarterly series "z"; sample 1980 through 2015Q1. I would like to create series "z_trend" that contains the data that when graphed would display a linear tr...
by bpuffer
Wed Nov 12, 2014 12:08 pm
Forum: Programming
Topic: Rename series loop
Replies: 4
Views: 3734

Re: Rename series loop

Thank you very much! This is great!
by bpuffer
Wed Nov 12, 2014 7:21 am
Forum: Programming
Topic: Rename series loop
Replies: 4
Views: 3734

Re: Rename series loop

Currently they are in a temp variable

%MET = "35614 31084 etc"
%METR = "newy losa etc"

BUT, I can organize it whatever way is the best way to go about replacing one with the other.

Thanks!

Brendon
by bpuffer
Tue Nov 11, 2014 5:28 pm
Forum: Programming
Topic: Rename series loop
Replies: 4
Views: 3734

Rename series loop

Hello, I am attempting to rename a group of series by replacing part of the series name with an equivalent but different name. See below for an example: pop_35614 rename as pop_newy pop_31084 rename as pop_losa Basically, I have two lists: one with the numbers (35614, 31084, etc.) and a matching one...

Go to advanced search