How to heading the header on sub file
Hi,
Richard, how to hide a first row in all "Sub file" in "Super file",
if I use CSV(HEADING(1)) while reading dataset , it only hide first row of sub file,
but remaining row from other "sub file" does not reflect,if any best way to do this..?
thanks.
Richard, how to hide a first row in all "Sub file" in "Super file",
if I use CSV(HEADING(1)) while reading dataset , it only hide first row of sub file,
but remaining row from other "sub file" does not reflect,if any best way to do this..?
thanks.
- suleman Shreef
- Posts: 21
- Joined: Wed Feb 27, 2019 9:15 am
suleman,
You could just use a simple filter, like this:
HTH,
Richard
You could just use a simple filter, like this:
- Code: Select all
MySuperFileData := MySuperFile(SomeField <> 'HeaderText');
HTH,
Richard
- rtaylor
- Community Advisory Board Member
- Posts: 1619
- Joined: Wed Oct 26, 2011 7:40 pm
Richard,
this normal filtration,I though they will be chance of having the build in function.
this normal filtration,I though they will be chance of having the build in function.
- suleman Shreef
- Posts: 21
- Joined: Wed Feb 27, 2019 9:15 am
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest