Page 1 of 1

Ascii Output - Getting Repetative Data

Posted: Tue Mar 24, 2015 4:30 pm
by dharav
Hello All

I have attached text file expressing my TI process, out put which i am getting it, and output should be. I am missing something. Can anyone help me out ?
Asciioutput TI.txt
(2.22 KiB) Downloaded 491 times
Thanks

Dharav

Re: Ascii Output - Getting Repetative Data

Posted: Tue Mar 24, 2015 5:23 pm
by qml
If you want to use CellGetS to get the data you should put that code in Prolog or Epilog. Another option is to do AsciiOutput on the Data tab, using cube view as your data source. Right now you're mixing the two approaches and that's why you are getting duplicates. You need to remember that the Data tab is executed as many times as there are rows in the data source.

Re: Ascii Output - Getting Repetative Data

Posted: Wed Mar 25, 2015 11:22 am
by Duncan P
Read through this post and everything linked from it. This is a common problem discussed in this forum frequently.

Re: Ascii Output - Getting Repetative Data

Posted: Wed Mar 25, 2015 8:38 pm
by dharav
Thank You so much for you guidance @qml and @duncan p.

@qml: I write a TI process without cube view as a source. I have attached file with my solutions for someone's reference.
I still like to build the same through cube view in near future.

@duncan p: Thanks for sharing it. It helped me to debug my process.

Solution (With out cube view as source):
AsciiOutput TI Solutions.txt
(5.63 KiB) Downloaded 475 times

Re: Ascii Output - Getting Repetative Data

Posted: Fri Mar 27, 2015 10:57 am
by Wim Gielis
Thank you for sharing the solution.