Hello. I would like to learn how to export only the data i want in CSV. Database has a lot of hidden data like ip, data of creation, dat modified etc. I do not want to export those data.
I know how to export them but always i see the hidden data as well. I created new table to save the data without choosing the hidden data but no luck.
I know how to export them but always i see the hidden data as well. I created new table to save the data without choosing the hidden data but no luck.
Hello kieron13,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I show data linked to a drop-down option?
How do I save form data to a database table?
How to load record data from a database table into your form
How can I build a chart to show data?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I show data linked to a drop-down option?
How do I save form data to a database table?
How to load record data from a database table into your form
How can I build a chart to show data?
P.S: I'm just an automated service😉
Hi keiron,
There are three ways to do this:
+ Use a table without the unwanted columns.
+ Use a DB Read action with a Model ID set to say csv_data to read the columns you want then put csv_data in the Data Path box of the CSV Export action
+ I also have a beta version of a CSV Export [GH] action that will let you select columns. PM me if you'd like a copy.
Bob
There are three ways to do this:
+ Use a table without the unwanted columns.
+ Use a DB Read action with a Model ID set to say csv_data to read the columns you want then put csv_data in the Data Path box of the CSV Export action
+ I also have a beta version of a CSV Export [GH] action that will let you select columns. PM me if you'd like a copy.
Bob
This topic is locked and no more replies can be posted.