The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
Marco
2 years agoContributor II
Create CSV FILE
Hi Everyone.
I am creating a CSV file with the information from a datatable. The problem is that it generates the file with the columns but without the datatable information. I wanted to know if th...
Marco
2 years agoContributor II
I had already seen the post, but that doesn't solve the problem of the row values not appearing, only the column values are displayed.
JackLacava
OneStream Employee
2 years agoIf the file is created, and it contains something, then the code you posted has done its job.
What has probably not done its job, is the "Me.PrintDataTable" function you have there. You might want to post the content of that function. To verify, you can write that strDt variable to errorlog to see what it actually contains.
Related Content
- 2 months ago