08-06-2021 03:48 PM
@Asif138 wrote:
Thanks for your replay
please send me snippit.
asif
Posting by phone, no snippet. It should take less than a minute to modify your earlier code accordingly. Try it!
08-06-2021 11:53 PM
i get broken wire when connect from buldle to end input.
see attached file.
thanks
asif
08-07-2021 01:02 PM
Because you did not wire the template to the middle of the bundle node, thus the element names are not defined. Use a regular "bundle" instead of "bundle by name" and things should fall in place.
(You can also right-click the bundle input to the function...create constant..and wire that constant to the top middle of "bundle by name" as in my code.)
08-08-2021 11:02 PM
still having problem,
i dont know whats problem
asif
08-08-2021 11:57 PM
The same problem or a new problem?
08-09-2021 01:16 AM
same problem
create constant is disable at the input of bundle.
08-09-2021 02:25 AM
i want to do calculation using your last code,
each cell actually counter values of different parameter.
now i want to take difference of last two row as (423512-423197) and save in other excel file.
this should be done with all cell.
any help please
asif
08-09-2021 09:11 AM
Once you have the last two rows, taking the difference seems trivial. Did you finally solve the other problem? (If this is still giving you difficulties, you should go back to the tutorials and read the help for the various functions).
Personally, I still think you should do all this with plain delimited text files. Dragging excel into all this really complicates this and will also give you a huge performance hit..
08-09-2021 10:46 PM
i manage it to saving last row using delimited and reading it, minus with current values and saved in other file.
this is how i solved my problem
thanks for your valuable infomation
thanks
asif