Is there any option that I can use to achieve this?
Code: Select all
svector uniquegroups =@uniquevals(group)
list = @wjoin(uniquegroups)Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
Code: Select all
svector uniquegroups =@uniquevals(group)
list = @wjoin(uniquegroups)Code: Select all
list = @wjoin(@wsplit(@wjoin(uniquegroups)))
There are rows in my alpha series that are actually blank and I'd like to skip them when gathering unique values.If you merely want to remove the extra space in the final string, you could use the following quick-and-dirty workaround:It's not efficient, but it is concise.Code: Select all
list = @wjoin(@wsplit(@wjoin(uniquegroups)))
Users browsing this forum: No registered users and 2 guests