Hello,
I'm trying to display country's name along with the top store name of the country. I have used a lookup file which stores country name and store name. I tried using top command but it is not displaying top store name.
| inputlookup store_name.csv | lookup store_name.csv Storenum as store_num OUTPUT StoreName city state | top 1 StoreName by state
I also tried using a subsearch but m unable to get any results.
↧