Multiple Data Sources in Evaluations
This commit is contained in:
parent
115204bd2e
commit
8ddfba3179
13 changed files with 952 additions and 382 deletions
|
@ -5,7 +5,19 @@ full copyright notices and license terms. -->
|
|||
<form>
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<label name="balance"/>
|
||||
<field name="balance"/>
|
||||
<field name="name_line"/>
|
||||
<newline/>
|
||||
|
||||
<label name="value1"/>
|
||||
<field name="value1"/>
|
||||
<label name="value2"/>
|
||||
<field name="value2"/>
|
||||
|
||||
<label name="value3"/>
|
||||
<field name="value3"/>
|
||||
<label name="value4"/>
|
||||
<field name="value4"/>
|
||||
|
||||
<label name="value5"/>
|
||||
<field name="value5"/>
|
||||
</form>
|
||||
|
|
|
@ -7,6 +7,6 @@ full copyright notices and license terms. -->
|
|||
<field name="name"/>
|
||||
</x>
|
||||
<y>
|
||||
<field name="balance" fill="1" empty="0"/>
|
||||
<field name="value1" fill="1" empty="0"/>
|
||||
</y>
|
||||
</graph>
|
||||
|
|
|
@ -4,5 +4,9 @@ The COPYRIGHT file at the top level of this repository contains the
|
|||
full copyright notices and license terms. -->
|
||||
<tree >
|
||||
<field name="name"/>
|
||||
<field name="balance"/>
|
||||
<field name="value1"/>
|
||||
<field name="value2"/>
|
||||
<field name="value3"/>
|
||||
<field name="value4"/>
|
||||
<field name="value5"/>
|
||||
</tree>
|
||||
|
|
|
@ -5,10 +5,23 @@ full copyright notices and license terms. -->
|
|||
<form col="6">
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<label name="dtype"/>
|
||||
<field name="dtype"/>
|
||||
<label name="currency"/>
|
||||
<field name="currency"/>
|
||||
<newline/>
|
||||
|
||||
<separator colspan="6" id="sepdtype" string="Type of data displayed"/>
|
||||
<label name="dtype1"/>
|
||||
<field name="dtype1"/>
|
||||
<label name="dtype2"/>
|
||||
<field name="dtype2"/>
|
||||
<label name="dtype3"/>
|
||||
<field name="dtype3"/>
|
||||
|
||||
<label name="dtype4"/>
|
||||
<field name="dtype4"/>
|
||||
<label name="dtype5"/>
|
||||
<field name="dtype5"/>
|
||||
<newline/>
|
||||
|
||||
<separator colspan="6" id="sepdisplay" string="Representation"/>
|
||||
<label name="chart"/>
|
||||
|
|
|
@ -4,7 +4,11 @@ The COPYRIGHT file at the top level of this repository contains the
|
|||
full copyright notices and license terms. -->
|
||||
<tree keyword_open="1" sequence="sequence">
|
||||
<field name="name"/>
|
||||
<field name="dtype"/>
|
||||
<field name="dtype1"/>
|
||||
<field name="dtype2" optional="0"/>
|
||||
<field name="dtype3" optional="1"/>
|
||||
<field name="dtype4" optional="1"/>
|
||||
<field name="dtype5" optional="1"/>
|
||||
<field name="chart"/>
|
||||
<field name="legend"/>
|
||||
<field name="maincolor"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue