Skip to main content
Announcements
UPGRADE ADVISORY for Qlik Replicate 2024.5: Read More
cancel
Showing results for 
Search instead for 
Did you mean: 
desmondchew
Creator III
Creator III

Load hardcoded value into target table

Our application team has request to load a table from SQL server as source endpoint into MySQL 8 RDS as target endpoint.

They require hardcoded values in two of the columns in the target table.

Let's say we have a table "vendor" which has column A,B,C,D,E. (Columns A,B,C) shall be replicate as per normal. Meanwhile they want to have a column X and column Y which has hardcoded values as follows

 

-Column X (1234)

-Column Y('ABC')

How can we do it through replicate?

 

Labels (1)
1 Solution

Accepted Solutions
john_wang
Support
Support

Hello @desmondchew ,

Thanks for reaching out to Qlik Community!

You may use the table level or global level transformation to add 2 columns, and assign them fixed values in the value expression. For example

john_wang_0-1726065775571.png

 

Thanks,

John.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!

View solution in original post

3 Replies
john_wang
Support
Support

Hello @desmondchew ,

Thanks for reaching out to Qlik Community!

You may use the table level or global level transformation to add 2 columns, and assign them fixed values in the value expression. For example

john_wang_0-1726065775571.png

 

Thanks,

John.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!
desmondchew
Creator III
Creator III
Author

Thanks John. It worked as expected.

john_wang
Support
Support

Thank you so much for your support! @desmondchew 

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!