Missing columns in Join From table.
Resolved
Hi,
In view Builder, there are a lot of columns missing on the list, What are criteria to show columns in the list? Does it show all the columns in Table or some selected columns?
Attached image for reference.
Regards
Pratap
Files:
Capture.JPG
The list on the left is predicated on the datatypes available in the table on the right. To prove this I created a virtual table with the sql:
Then, I joined from one of the tables that has datetime/timestamp columns. Went back into the virtual table and removed the datetime column(col3) and the list of available columns to join from was reduced by the number of datetime/timestamp fields. I'm not sure how picky this is, e.g. VARCHAR(10) => VARCHAR(20) or VARCHAR() vs. NVARCHAR(). Actually, I just tested that and it is not that picky.
The list on the left is predicated on the datatypes available in the table on the right. To prove this I created a virtual table with the sql:
Then, I joined from one of the tables that has datetime/timestamp columns. Went back into the virtual table and removed the datetime column(col3) and the list of available columns to join from was reduced by the number of datetime/timestamp fields. I'm not sure how picky this is, e.g. VARCHAR(10) => VARCHAR(20) or VARCHAR() vs. NVARCHAR(). Actually, I just tested that and it is not that picky.
Hi Pratap,
I am pleased all is well, it's good to see our community members helping each other. Can you confirm this is all resolved?
Larry - Thank you for the input, we really appreciate users helping here in the community.
Regards,
Mark
Hi Pratap,
I am pleased all is well, it's good to see our community members helping each other. Can you confirm this is all resolved?
Larry - Thank you for the input, we really appreciate users helping here in the community.
Regards,
Mark
Replies have been locked on this page!