Greetings.
How to make a list.view item base on csv lenght of list???
Example.
If csv lenght of list = 2
Then item list.view is
- January
- February
Or
If csv lenght of list = 5
Then item list.view is
- January
- February
- March
- April
- May
Thanks
Greetings.
How to make a list.view item base on csv lenght of list???
Example.
If csv lenght of list = 2
Then item list.view is
Or
If csv lenght of list = 5
Then item list.view is
Thanks
ListA store all the items
ListB store the first N items from ListA
Set listview.list to ListB.
Ok. I’ll try it. I will update the result.
Thanks
If it works don’t forget to hit solution, there by you can help others those who are in the same need
you placed the blocks in wrong place…
You will get the length after web1 got text but you inserted for each item inlist in the web asking place itself… Shift it to when web1 got text block. It will work
yes its work. thank you
yeahhhh. This is correct one.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.