Am 08.06.2022 um 10:58 schrieb Riccardo (Jack) Lucchetti:
On Tue, 7 Jun 2022, Sven Schreiber wrote:
> Simple appending still doesn't seem to work then (maybe it should), but
> you can use the graphical join option, then in the dialog window specify
> "TIME" and "GEO" as the keys to be matched. In the GUI right now
you
> have to do that separately for each variable, I'm afraid. (In a script
> it's easier for multiple variables, but here you only have two.)
>
> Hope that explanation was clear.
Simple appending does work if you get rid of the panel info and then
reinstate it, as in
<hansl>
open example1.gdt
setobs 1 1
store flat1.gdt
open example2.gdt
setobs 1 1
append flat1.gdt
setobs GEO TIME --panel-vars
</hansl>
Very nice workaround! IMHO this, however, shows that gretl is still not
able to treat its own panel datasets as first-class citizens. (Although
much progress has been made recently, no doubt!)
cheers
sven