There is a confiform table view having edit controls as well. Not required Users are not able to view edit option for any records but they want to see Edit Column in the table view.
How can I make possible this ( as I want to use in table transformer but it is saying Edit not exist as no Edit column is visible in the confiform table
You should not transform ConfiForms tables if you want to use them with edit controls
It got solved by using COALESCE function as COALESCE (T1.'Edit').
SQL Table Transformer takes it as field Edit automatically from the confiform table view and edit control.
Thanks Dhiraj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.