I want the Following Result By combining 2 List Values as Follows
This is actually a Shopping List
Apples - 1 kg - 2
Bananas - 1 kg - 5…
I tried this way
Result is as follows
How can I get the result in the way I wanted.
1 Like
Rogerio_Rios
(Professional Support)
February 21, 2021, 5:42pm
2
dora_paz
(Dora)
February 21, 2021, 5:45pm
3
Something like this maybe ?
3 Likes
Thank you very much. Will and let you know.
1 Like
It worked @dora_paz
I tried this way
and the Result is
1 Like
I would like you to ask one question, Why do need to use the local variable?
dora_paz
(Dora)
February 21, 2021, 6:44pm
7
It’s up to you , this variable is only used in the procedure otherwise you have to create a global variable if you are planning to use that list further
2 Likes
Thank You So much for solving my problem
1 Like
system
(system)
Closed
March 23, 2021, 6:51pm
10
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.