Page 1 of 1

Using wildcard datasets in custom table

Posted: Tue Mar 27, 2012 7:18 am
by yusuke
Hello, I am yusuke.

I made a custom table.
I want to using wild datasets (such as "*1") can be used to refer to one of the currently loaded datasets.

In custom table setting,
1) set dataset variable like *1 and *2.
2) both, Add
3) table content is
variablename |*1||
variablename |*2||
4) OK -> close once ,
5) Display only show first dataset in both variable.
6) next time, using modify show like this.
variablename |*||
variablename |*||

number is deleted.

In custum graph, this type of wildcard works.

Please help me.

Re: Using wildcard datasets in custom table

Posted: Tue Mar 27, 2012 7:54 am
by Administrator
Can you post your custom table and we can take a look?

It will save us time trying to create a similar table.

Re: Using wildcard datasets in custom table

Posted: Tue Mar 27, 2012 8:18 am
by yusuke
I want to show custom table which content is the same of custom graph.

Please run one time (default).
Second run (another dataset name) and change birthrate to another value.

best regard

Re: Using wildcard datasets in custom table

Posted: Wed Mar 28, 2012 8:16 am
by Administrator
There is a bug here which I will need to fix.

I did have a little success with

Population|||
Population|*0||

Will that work for now until we can fix this?

Kind regards,

Tony.

Re: Using wildcard datasets in custom table

Posted: Wed Mar 28, 2012 11:48 am
by yusuke
Dear tony, thank you.

I can use wildcard datasets another way,
(1)save the custom graph set (can not use wildcard datasets)
(2)edit this vgd file add like
":DATASET *2"
":DATASET *1"
(3)save it and open this vgd file again

yusuke