++
This commit is contained in:
parent
61923855cf
commit
e974b0b3b6
11 changed files with 138 additions and 32 deletions
|
|
@ -648,6 +648,11 @@
|
|||
<rename>not_work_percent</rename>
|
||||
<update>Y</update>
|
||||
</value>
|
||||
<value>
|
||||
<name>busyness</name>
|
||||
<rename>total_people</rename>
|
||||
<update>Y</update>
|
||||
</value>
|
||||
</lookup>
|
||||
<attributes/>
|
||||
<cluster_schema/>
|
||||
|
|
@ -743,6 +748,11 @@
|
|||
<rename>not_work_percent</rename>
|
||||
<update>Y</update>
|
||||
</value>
|
||||
<value>
|
||||
<name>busyness</name>
|
||||
<rename>total_people</rename>
|
||||
<update>Y</update>
|
||||
</value>
|
||||
</lookup>
|
||||
<attributes/>
|
||||
<cluster_schema/>
|
||||
|
|
@ -838,6 +848,11 @@
|
|||
<rename>not_work_percent</rename>
|
||||
<update>Y</update>
|
||||
</value>
|
||||
<value>
|
||||
<name>busyness</name>
|
||||
<rename>total_people</rename>
|
||||
<update>Y</update>
|
||||
</value>
|
||||
</lookup>
|
||||
<attributes/>
|
||||
<cluster_schema/>
|
||||
|
|
|
|||
|
|
@ -647,6 +647,11 @@
|
|||
<rename>recruitment_id</rename>
|
||||
<update>N</update>
|
||||
</value>
|
||||
<value>
|
||||
<name>education_level</name>
|
||||
<rename>total</rename>
|
||||
<update>Y</update>
|
||||
</value>
|
||||
</lookup>
|
||||
<attributes/>
|
||||
<cluster_schema/>
|
||||
|
|
@ -741,6 +746,11 @@
|
|||
<rename>recruitment_id</rename>
|
||||
<update>N</update>
|
||||
</value>
|
||||
<value>
|
||||
<name>education_level</name>
|
||||
<rename>total</rename>
|
||||
<update>Y</update>
|
||||
</value>
|
||||
</lookup>
|
||||
<attributes/>
|
||||
<cluster_schema/>
|
||||
|
|
@ -835,6 +845,11 @@
|
|||
<rename>recruitment_id</rename>
|
||||
<update>N</update>
|
||||
</value>
|
||||
<value>
|
||||
<name>education_level</name>
|
||||
<rename>total</rename>
|
||||
<update>Y</update>
|
||||
</value>
|
||||
</lookup>
|
||||
<attributes/>
|
||||
<cluster_schema/>
|
||||
|
|
@ -933,6 +948,7 @@ SELECT
|
|||
average_prof,
|
||||
only_general,
|
||||
count_nodata,
|
||||
total_count.total,
|
||||
ROUND(higher * 100.0 / NULLIF(total_count.total, 0), 2) AS higher_percentage,
|
||||
ROUND(average_prof * 100.0 / NULLIF(total_count.total, 0), 2) AS average_prof_percentage,
|
||||
ROUND(only_general * 100.0 / NULLIF(total_count.total, 0), 2) AS only_general_percentage,
|
||||
|
|
@ -1038,6 +1054,7 @@ SELECT
|
|||
average_prof,
|
||||
only_general,
|
||||
count_nodata,
|
||||
total_count.total,
|
||||
ROUND(higher * 100.0 / NULLIF(total_count.total, 0), 2) AS higher_percentage,
|
||||
ROUND(average_prof * 100.0 / NULLIF(total_count.total, 0), 2) AS average_prof_percentage,
|
||||
ROUND(only_general * 100.0 / NULLIF(total_count.total, 0), 2) AS only_general_percentage,
|
||||
|
|
@ -1143,6 +1160,7 @@ SELECT
|
|||
average_prof,
|
||||
only_general,
|
||||
count_nodata,
|
||||
total_count.total,
|
||||
ROUND(higher * 100.0 / NULLIF(total_count.total, 0), 2) AS higher_percentage,
|
||||
ROUND(average_prof * 100.0 / NULLIF(total_count.total, 0), 2) AS average_prof_percentage,
|
||||
ROUND(only_general * 100.0 / NULLIF(total_count.total, 0), 2) AS only_general_percentage,
|
||||
|
|
|
|||
|
|
@ -501,7 +501,7 @@
|
|||
</attributes>
|
||||
</connection>
|
||||
<connection>
|
||||
<name>postgres.person_registry</name>
|
||||
<name>ervu_person_registry</name>
|
||||
<server>person-dbhost</server>
|
||||
<type>POSTGRESQL</type>
|
||||
<access>Native</access>
|
||||
|
|
@ -627,6 +627,11 @@
|
|||
<rename>recruitment_id</rename>
|
||||
<update>N</update>
|
||||
</value>
|
||||
<value>
|
||||
<name>marital_status</name>
|
||||
<rename>total</rename>
|
||||
<update>Y</update>
|
||||
</value>
|
||||
</lookup>
|
||||
<attributes/>
|
||||
<cluster_schema/>
|
||||
|
|
@ -701,6 +706,11 @@
|
|||
<rename>recruitment_id</rename>
|
||||
<update>N</update>
|
||||
</value>
|
||||
<value>
|
||||
<name>marital_status</name>
|
||||
<rename>total</rename>
|
||||
<update>Y</update>
|
||||
</value>
|
||||
</lookup>
|
||||
<attributes/>
|
||||
<cluster_schema/>
|
||||
|
|
@ -775,6 +785,11 @@
|
|||
<rename>recruitment_id</rename>
|
||||
<update>N</update>
|
||||
</value>
|
||||
<value>
|
||||
<name>marital_status</name>
|
||||
<rename>total</rename>
|
||||
<update>Y</update>
|
||||
</value>
|
||||
</lookup>
|
||||
<attributes/>
|
||||
<cluster_schema/>
|
||||
|
|
@ -801,7 +816,7 @@
|
|||
<method>none</method>
|
||||
<schema_name/>
|
||||
</partitioning>
|
||||
<connection>postgres.person_registry</connection>
|
||||
<connection>ervu_person_registry</connection>
|
||||
<sql>SELECT
|
||||
COUNT(*) FILTER (
|
||||
WHERE
|
||||
|
|
@ -874,7 +889,7 @@ WHERE
|
|||
<method>none</method>
|
||||
<schema_name/>
|
||||
</partitioning>
|
||||
<connection>postgres.person_registry</connection>
|
||||
<connection>ervu_person_registry</connection>
|
||||
<sql> SELECT
|
||||
COUNT(*) FILTER (
|
||||
WHERE
|
||||
|
|
@ -949,7 +964,7 @@ WHERE
|
|||
<method>none</method>
|
||||
<schema_name/>
|
||||
</partitioning>
|
||||
<connection>postgres.person_registry</connection>
|
||||
<connection>ervu_person_registry</connection>
|
||||
<sql>SELECT
|
||||
COUNT(*) FILTER (
|
||||
WHERE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue