Hi,
What are the commands to count the number of imported time series from an excel file?
Best regards,
Elias
Excel import: Identifying number of series
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13604
- Joined: Tue Sep 16, 2008 5:38 pm
Re: Excel import: Identifying number of series
That's actually pretty tricky. If you're not doing a merged import (i.e. over-writing existing series), then something like:
Code: Select all
group g1 *
!countbefore = g1.@count
import myfile.xls
group g2 *
!countafter = g2.@count
!imported = !countafter - !countbefore
Re: Excel import: Identifying number of series
Many thanks.
Who is online
Users browsing this forum: No registered users and 1 guest
