Search found 7 matches

by helpmecodeplease
Fri Dec 12, 2025 1:24 pm
Forum: Programming
Topic: minimum in a given month in a sample
Replies: 1
Views: 9106

minimum in a given month in a sample

I'm using meansby to create a series that is the average of a series by month. Eg the average of all Januarys, then Februarys etc.

Is there a way to create a series that is the smallest value registered in each calendar month?

Thanks.
by helpmecodeplease
Fri Oct 31, 2025 11:41 am
Forum: Programming
Topic: Text object question
Replies: 3
Views: 9962

Re: Text object question

Awesome, thanks Gareth. What if I want it to give me a different observation? Say that observation in the month that a different series had its last observation. So I want to talk about about variable1 which goes to 2025m10 but refer to variable1's observation in the last month of variable2's series?
by helpmecodeplease
Fri Oct 31, 2025 10:53 am
Forum: Programming
Topic: Text object question
Replies: 3
Views: 9962

Text object question

Can you make a text object that combines text and the last observation of a series? Eg. the text object created in a program would say, 'the price of oil was" {then the last observation of the oil series] in [then the month of the last observation]

Thanks
by helpmecodeplease
Thu Dec 28, 2023 7:42 am
Forum: Programming
Topic: Stacked bar chart not displaying observations below 0
Replies: 2
Views: 29405

Stacked bar chart not displaying observations below 0

Hello,

I have a stacked bar chart bein created in my program using:

Code: Select all

graph graph1.bar(s) group1
It looks fine except for the observations that are below 0, those don't show up, only positive values are represented.

Any ides how tofix that?

Thanks
by helpmecodeplease
Wed Oct 18, 2023 10:36 am
Forum: Programming
Topic: saving a transposed workfile as an excel file
Replies: 3
Views: 14907

Re: saving a transposed workfile as an excel file

ah, of course, thanks.
by helpmecodeplease
Wed Oct 18, 2023 10:14 am
Forum: Programming
Topic: saving a transposed workfile as an excel file
Replies: 3
Views: 14907

saving a transposed workfile as an excel file

I found this code to save a workfile as an excel sheet, just wondering how I do it so the series are transposed.

Thanks

Code: Select all

wfsave(type=excel, mode=update) test_new.xls byrow

Go to advanced search