<style name="SubTitle" forecolor="#666666" fontName="SansSerif" fontSize="18"/>
<style name="Column header" forecolor="#666666" fontName="SansSerif" fontSize="12" isBold="true"/>
<style name="Detail" fontName="SansSerif" fontSize="12"/>
+ <parameter name="deurnfields" class="java.lang.String" isForPrompting="false">
+ <defaultValueExpression><![CDATA["objectname,objectproductionorganizationrole,objectproductionpersonrole,computedcurrentlocation"]]></defaultValueExpression>
+ </parameter>
<parameter name="tenantid" class="java.lang.String" isForPrompting="false">
<defaultValueExpression><![CDATA["101"]]></defaultValueExpression>
</parameter>
<style name="SubTitle" forecolor="#666666" fontName="SansSerif" fontSize="18"/>
<style name="Column header" forecolor="#666666" fontName="SansSerif" fontSize="12" isBold="true"/>
<style name="Detail" fontName="SansSerif" fontSize="12"/>
+ <parameter name="deurnfields" class="java.lang.String" isForPrompting="false">
+ <defaultValueExpression><![CDATA["objectname,objectproductionorganizationrole,objectproductionpersonrole,computedcurrentlocation"]]></defaultValueExpression>
+ </parameter>
<parameter name="tenantid" class="java.lang.String" isForPrompting="false">
<defaultValueExpression><![CDATA["101"]]></defaultValueExpression>
</parameter>
<style name="SubTitle" forecolor="#666666" fontName="SansSerif" fontSize="18"/>
<style name="Column header" forecolor="#666666" fontName="SansSerif" fontSize="12" isBold="true"/>
<style name="Detail" fontName="SansSerif" fontSize="12"/>
+ <parameter name="deurnfields" class="java.lang.String" isForPrompting="false">
+ <defaultValueExpression><![CDATA["objectname,objectproductionorganizationrole,objectproductionpersonrole,computedcurrentlocation"]]></defaultValueExpression>
+ </parameter>
<parameter name="tenantid" class="java.lang.String" isForPrompting="false">
<defaultValueExpression><![CDATA["101"]]></defaultValueExpression>
</parameter>
<style name="SubTitle" forecolor="#666666" fontName="SansSerif" fontSize="18"/>
<style name="Column header" forecolor="#666666" fontName="SansSerif" fontSize="12" isBold="true"/>
<style name="Detail" fontName="SansSerif" fontSize="12"/>
+ <parameter name="deurnfields" class="java.lang.String" isForPrompting="false">
+ <defaultValueExpression><![CDATA["objectname,objectproductionorganizationrole,objectproductionpersonrole,computedcurrentlocation"]]></defaultValueExpression>
+ </parameter>
<parameter name="tenantid" class="java.lang.String" isForPrompting="false">
<defaultValueExpression><![CDATA["101"]]></defaultValueExpression>
</parameter>
<style name="SubTitle" forecolor="#666666" fontName="SansSerif" fontSize="18"/>
<style name="Column header" forecolor="#666666" fontName="SansSerif" fontSize="12" isBold="true"/>
<style name="Detail" fontName="SansSerif" fontSize="12"/>
+ <parameter name="deurnfields" class="java.lang.String" isForPrompting="false">
+ <defaultValueExpression><![CDATA["objectname,objectproductionorganizationrole,objectproductionpersonrole,computedcurrentlocation"]]></defaultValueExpression>
+ </parameter>
<parameter name="tenantid" class="java.lang.String" isForPrompting="false">
<defaultValueExpression><![CDATA["101"]]></defaultValueExpression>
</parameter>
<style name="SubTitle" forecolor="#666666" fontName="SansSerif" fontSize="18"/>
<style name="Column header" forecolor="#666666" fontName="SansSerif" fontSize="12" isBold="true"/>
<style name="Detail" fontName="SansSerif" fontSize="12"/>
+ <parameter name="deurnfields" class="java.lang.String" isForPrompting="false">
+ <defaultValueExpression><![CDATA["objectname,productionpeople,productionperson,productionorg"]]></defaultValueExpression>
+ </parameter>
<parameter name="tenantid" class="java.lang.String" isForPrompting="false">
<defaultValueExpression><![CDATA[15]]></defaultValueExpression>
</parameter>
ong.objectName AS "objectname",
dg.datedisplaydate AS "acquisitiondate",
case when (bd.item is not null and bd.item <> '') then
- regexp_replace(bd.item, '^.*\)''(.*)''$', '\1')
+ bd.item
when co.objectnumber is null then 'No objects are related to this Acquisition.'
else ''
end AS description,
-case when (oppp.objectproductionpeople is not null and oppp.objectproductionpeople <> '') then
- regexp_replace(oppp.objectproductionpeople, '^.*\)''(.*)''$', '\1')
- else ''
-end as productionpeople,
-case when (oppr.objectproductionperson is not null and oppr.objectproductionperson <> '') then
- regexp_replace(oppr.objectproductionperson, '^.*\)''(.*)''$', '\1')
- else ''
-end as productionperson,
-case when (opog.objectproductionorganization is not null and opog.objectproductionorganization <> '') then
- regexp_replace(opog.objectproductionorganization, '^.*\)''(.*)''$', '\1')
- else ''
-end as productionorg,
+oppp.objectproductionpeople as productionpeople,
+oppr.objectproductionperson as productionperson,
+opog.objectproductionorganization as productionorg,
case when (aca.item is not null and aca.item <> '') then
regexp_replace(aca.item, '^.*\)''(.*)''$', '\1')
else ''
<style name="SubTitle" forecolor="#666666" fontName="SansSerif" fontSize="18"/>
<style name="Column header" forecolor="#666666" fontName="SansSerif" fontSize="12" isBold="true"/>
<style name="Detail" fontName="SansSerif" fontSize="12"/>
+ <parameter name="deurnfields" class="java.lang.String" isForPrompting="false">
+ <defaultValueExpression><![CDATA["objectname"]]></defaultValueExpression>
+ </parameter>
<parameter name="tenantid" class="java.lang.String" isForPrompting="false">
<defaultValueExpression><![CDATA[15]]></defaultValueExpression>
</parameter>
co.objectnumber objectNumber,
sd.datedisplaydate fieldCollectionDate,
ong.objectName objectName,
-case when (bd.item is not null and bd.item <> '') then
- regexp_replace(bd.item, '^.*\)''(.*)''$', '\1')
- else ''
-end AS description
+bd.item AS description
FROM hierarchy h1
JOIN groups_common gc ON (gc.id=h1.id)
LEFT OUTER JOIN relations_common rc1 ON (h1.name=rc1.subjectcsid)
<style name="SubTitle" forecolor="#666666" fontName="SansSerif" fontSize="18"/>
<style name="Column header" forecolor="#666666" fontName="SansSerif" fontSize="12" isBold="true"/>
<style name="Detail" fontName="SansSerif" fontSize="12"/>
+ <parameter name="deurnfields" class="java.lang.String" isForPrompting="false">
+ <defaultValueExpression><![CDATA["site,objectname,productionpeople"]]></defaultValueExpression>
+ </parameter>
<parameter name="tenantid" class="java.lang.String" isForPrompting="false">
<defaultValueExpression><![CDATA[15]]></defaultValueExpression>
</parameter>
inc.returnDate returnDate,
h1.name AS "csid",
co.objectnumber AS "objectnumber",
-case when (co.fieldcollectionplace is not null and co.fieldcollectionplace <> '') then
- regexp_replace(co.fieldcollectionplace , '^.*\)''(.*)''$', '\1')
- else ''
-end AS site,
+co.fieldcollectionplace AS site,
ong.objectName AS "objectname",
-case when (bd.item is not null and bd.item <> '') then
- regexp_replace(bd.item, '^.*\)''(.*)''$', '\1')
- else ''
-end AS description,
-case when (oppp.objectproductionpeople is not null and oppp.objectproductionpeople <> '') then
- regexp_replace(oppp.objectproductionpeople, '^.*\)''(.*)''$', '\1')
- else ''
-end as productionpeople
+bd.item AS description,
+oppp.objectproductionpeople AS productionpeople
FROM hierarchy h1
JOIN intakes_common inc ON (inc.id=h1.id)
LEFT OUTER JOIN relations_common rc1 ON (h1.name=rc1.subjectcsid)
<style name="SubTitle" forecolor="#666666" fontName="SansSerif" fontSize="18"/>
<style name="Column header" forecolor="#666666" fontName="SansSerif" fontSize="12" isBold="true"/>
<style name="Detail" fontName="SansSerif" fontSize="12"/>
+ <parameter name="deurnfields" class="java.lang.String" isForPrompting="false">
+ <defaultValueExpression><![CDATA["site,objectname,productionpeople"]]></defaultValueExpression>
+ </parameter>
<parameter name="tenantid" class="java.lang.String" isForPrompting="false">
<defaultValueExpression><![CDATA[15]]></defaultValueExpression>
</parameter>
lic.loanInNote as loanInNote,
h1.name AS "csid",
co.objectnumber AS "objectnumber",
-case when (co.fieldcollectionplace is not null and co.fieldcollectionplace <> '') then
- regexp_replace(co.fieldcollectionplace , '^.*\)''(.*)''$', '\1')
- else ''
-end AS site,
+co.fieldcollectionplace AS site,
ong.objectName AS "objectname",
-case when (bd.item is not null and bd.item <> '') then
- regexp_replace(bd.item, '^.*\)''(.*)''$', '\1')
- else ''
-end AS description,
-case when (oppp.objectproductionpeople is not null and oppp.objectproductionpeople <> '') then
- regexp_replace(oppp.objectproductionpeople, '^.*\)''(.*)''$', '\1')
- else ''
-end as productionpeople
+bd.item AS description,
+oppp.objectproductionpeople AS productionpeople
FROM hierarchy h1
JOIN loansin_common lic ON (lic.id=h1.id)
LEFT OUTER JOIN relations_common rc1 ON (h1.name=rc1.subjectcsid)
<style name="SubTitle" forecolor="#666666" fontName="SansSerif" fontSize="18"/>
<style name="Column header" forecolor="#666666" fontName="SansSerif" fontSize="12" isBold="true"/>
<style name="Detail" fontName="SansSerif" fontSize="12"/>
+ <parameter name="deurnfields" class="java.lang.String" isForPrompting="false">
+ <defaultValueExpression><![CDATA["site,objectname,productionpeople"]]></defaultValueExpression>
+ </parameter>
<parameter name="tenantid" class="java.lang.String" isForPrompting="false">
<defaultValueExpression><![CDATA[15]]></defaultValueExpression>
</parameter>
loc.loanOutNote loanOutNote,
h1.name AS "csid",
co.objectnumber AS "objectnumber",
-case when (co.fieldcollectionplace is not null and co.fieldcollectionplace <> '') then
- regexp_replace(co.fieldcollectionplace , '^.*\)''(.*)''$', '\1')
- else ''
-end AS site,
+co.fieldcollectionplace AS site,
ong.objectName AS "objectname",
-case when (bd.item is not null and bd.item <> '') then
- regexp_replace(bd.item, '^.*\)''(.*)''$', '\1')
- else ''
-end AS description,
-case when (oppp.objectproductionpeople is not null and oppp.objectproductionpeople <> '') then
- regexp_replace(oppp.objectproductionpeople, '^.*\)''(.*)''$', '\1')
- else ''
-end as productionpeople
+bd.item AS description,
+oppp.objectproductionpeople as productionpeople
FROM hierarchy h1
JOIN loansout_common loc ON (loc.id=h1.id)
LEFT OUTER JOIN relations_common rc1 ON (h1.name=rc1.subjectcsid)
<style name="SubTitle" forecolor="#666666" fontName="SansSerif" fontSize="18"/>
<style name="Column header" forecolor="#666666" fontName="SansSerif" fontSize="12" isBold="true"/>
<style name="Detail" fontName="SansSerif" fontSize="12"/>
+ <parameter name="deurnfields" class="java.lang.String" isForPrompting="false">
+ <defaultValueExpression><![CDATA["site,objectname,productionpeople"]]></defaultValueExpression>
+ </parameter>
<parameter name="tenantid" class="java.lang.String" isForPrompting="false">
<defaultValueExpression><![CDATA[15]]></defaultValueExpression>
</parameter>
end AS owner,
h1.name AS "csid",
co.objectnumber AS "objectnumber",
-case when (co.fieldcollectionplace is not null and co.fieldcollectionplace <> '') then
- regexp_replace(co.fieldcollectionplace , '^.*\)''(.*)''$', '\1')
- else ''
-end AS site,
+co.fieldcollectionplace AS site,
-- co.fieldcollectionnote fieldcollectionnote,
ong.objectName AS "objectname",
-case when (bd.item is not null and bd.item <> '') then
- regexp_replace(bd.item, '^.*\)''(.*)''$', '\1')
- else ''
-end AS description,
-case when (oppp.objectproductionpeople is not null and oppp.objectproductionpeople <> '') then
- regexp_replace(oppp.objectproductionpeople, '^.*\)''(.*)''$', '\1')
- else ''
-end as productionpeople
+bd.item AS description,
+oppp.objectproductionpeople AS productionpeople
FROM hierarchy h1
JOIN objectexit_common oec ON (oec.id=h1.id)
LEFT OUTER JOIN relations_common rc1 ON (h1.name=rc1.subjectcsid)