Project

General

Profile

QFQ Merge » History » Revision 14

Revision 13 (Enis Nuredini, 24.06.2024 15:00) → Revision 14/17 (Enis Nuredini, 24.06.2024 15:26)

h1. QFQ Merge 

 {{toc}} 

 h2. Installation 

 QFQ Merge feature should be installed automatically with new QFQ Version 24.3.x 
 If the automatic upgrade wasnt successful, here are some important points: 

 h3. SQL Function and Procedure 

 QFQ should deliver one sql function and one procedure called: 
 * build_dynamic_columns 
 * auto_insert_merge_rules 

 If one of these is missing then take these SQL statement to import it:  
 attachment:build_dynamic_columns.sql 
 attachment:auto_insert_merge_rules.sql 

 h3. Grp Table 

 Check if the table 'Grp' exists in database. 
 Table should have following columns: 
 * id 
 * grId 
 * name 
 * reference 
 * value 
 * value2 
 * value3 
 * value4 
 * comment 
 * enabled 
 * modified 
 * created 

 SQL structure:    attachment:Grp.sql 

 In this table two records with following references should already exist: 
 * qfq_merge_rule 
 * qfq_merge_query 

 SQL Merge Records:    attachment:Grp_merge_data.sql 

 h3. QFQ Merge Page 

 Create for the merge tool a new page in Typo3 backend if not already done. 
 Create a new qfq tt-content on that page with following content (http://docs.qfq.io/en/master/Report.html#merge-tool): 
 <pre> 
 file=_mergeData 
 </pre> 

 h2. Configuration 

 h3. New Rules 

 Let's trigger the automation to create some new rules depending on a beginning pId column name: 
 !{width:300px}qfq_merge_rule_01.png! !{width:300px}qfq_merge_rule_02.png! 

 After a page reload all created rules should be displayed in the table. 
 The auto created rules are all per default enabled. It's possible to edit, delete or create new rules. 
 An example of a special rule: 
 !qfq_merge_rule_03.png! 

 h3. New Search Query 

 Create a new search query. 
 Its important to use the predefined keywords: 
 * _tableName 
 * _id1 
 * _id2 
 * _column1 
 * _column2 
 * _key 

 !qfq_merge_query_01.png! 

 Example of a query can be found here: http://docs.qfq.io/en/master/Report.html#merge-tool 

 

 h2. Usage 

 Select the data on which you want to proceed the merge: 
 !qfq_merge_01.png! 

 As default the primary record with lower ID is selected to keep: 
 !qfq_merge_02.png! 

 It's important to know that the merge tool focuses on the linked records. The comparsion and merge of the data from the primary table itself should be done by the user manually. It's helpful to define the output of these data in the search query (_column1, _column2).  
 !qfq_merge_03.png! 

 Select the records you want to merge with to the selected primary ID (keep). Unselected records will be deleted and records with a dash checked records will be not be changed. changed at all.