This content has been marked as final.
Show 5 replies
-
Re: My QV cannot generate syn key , How to turn it on ?
Yeo Poh sai Jan 16, 2017 10:51 PM (in response to Yeo Poh sai)my qvw
-
0 MASTER LOAD VER009.qvw 275.2 K
-
Re: My QV cannot generate syn key , How to turn it on ?
Anil Babu Jan 16, 2017 11:16 PM (in response to Yeo Poh sai)In your application, I didn't see any Synthetic Keys(Syn Keys - Means What here). And then, Which Field you want to club can you describe more please?
-
Re: My QV cannot generate syn key , How to turn it on ?
Yeo Poh sai Jan 17, 2017 12:42 AM (in response to Anil Babu )If you type control T , you will notice that sales table and AR table there are individual line for cust_id & company.
These line should not be there . If the syn key is on.
I mean between each box it should only have one line. Now many line. Look very confuse .
Paul Yeo
DIrector
TDS Technology (S) P/L
Whatsapp +659:261804
-
Re: My QV cannot generate syn key , How to turn it on ?
Anil Babu Jan 17, 2017 1:09 AM (in response to Yeo Poh sai)May be Concatenate for AR Table with Sales Table
sales:
Load * FROM "$(vFileName)" (ansi, fix, no labels, header is 0, record is line); ;
Concatenate(sales)
AR:
LOAD * FROM "$(vFileName)" (ansi, fix, no labels, header is 0, record is line);
-
-
-
-
Re: My QV cannot generate syn key , How to turn it on ?
Jonathan Dienst Jan 17, 2017 12:08 AM (in response to Yeo Poh sai)