Sharepoint list lookup column - sharepoint

I have a Sharepoint List "Registry" with ~8k rows of student information. I have filtered this row per Location etc. Europe, Asia etc.
I have anotherlist "Attendees" where i have a column "Location" and i want to add a lookup column "Student".
I want the lookup values that a user can choose from to be according the location. E.g if i haved chosen location "Europe" i want to be able to choose students from Europe from the Registry.
Is that possible?
I don't know if that is something that could work.

Related

NetSuite saved search to pull backorder quantity based on location

I am trying to build an item saved search to pull the quantity backorder based on location. There are 8 locations in NetSuite. I would like to get backorder quantity from 3 locations. In the criteria I have added the "Inventory Location" is any of "Loc1, Loc2, Loc3".
In the results section, when I add the field "Back Ordered" and preview the results it's showing me the sum of backordered quantity of all locations. I would like to get the backordered quantity of three locations. Is there a way to pull the Back Ordered quantity based on location?
In results tabs add location field and in the summarytype "Group" should do the trick
Yes
Instead of using the column "Back Ordered" in your search use the column "Location Back Ordered" and include "Inventory Location" as one of your columns.
When multi-location is turned on then for each of the aggregate fields there is a "Location X" field that gives the quantity value for a location.

get item from another sharepoint list to send email in Microsoft Flow

I have 2 list,
list 1 "location" contain 2 columns location (type=Single Line of Text) and person (type =person),
list 2 "Helpdesk" contains 3 columns description, category and Loc
Problem:
When a new item is created on the list - HelpDesk, i want to create a flow where the column "Loc" is looked up in the list "location" and send email to the corresponding value for person.
I could think of two different solutions to this:
You could create a linked column in the "HelpDesk" list to the "Location" list, which would automatically pull the information you need over to the "HelpDesk" list from within SharePoint. Thus, your Flow could grab the email data without having to cross reference the lists, because the linked column would make that data accessible from the "HelpDesk" list.
If that isn't a solution for you, then you could just cross reference the lists. Assuming the data in the "Loc" column is the same for both lists, and you're just trying to get the email address that corresponds to that "Loc", you could get all the records from the "Location" list. Then filter that query based on the "Loc" value from the "HelpDesk" record. Then take the email data from the single record (assuming there is a single record for each "Loc" in the "Location" list).
Try to create the flow like this:
1.When an item is created or modified in the list "HelpDesk".
2.Get Item- since the column "Loc" is looked up column, you could get the item in the list "location" with the ID "Loc Id".
3.Then send email to the person column.

NetSuite Saved Search Showing Inside Sales Rep If There Is One

I'm trying to do a saved search in NetSuite that returns all of the customers in a particular state and, for those which have an Inside Sales Rep, the name of that rep.
But if I specify Sales Team Role = Inside Sales Rep in the criteria, the result only contains customers who have an Inside Sales Rep (and we have some that do not).
If I don't specify the Sales Team Role in the criteria but list Sales Team Role and Sales Team Member in the Results, then I get every customer, but a row for every sales team member, with their role - so multiple lines per customer. I don't want that.
I just want a line in the results for each customer and, if there is an Inside Sales Rep on that customer, that person's name.
Any suggestions?
Basically, you need a left join ;).
Instead, you can use a formula to return either the sales rep if the role is inside sales, or null, or null if there is no sales rep. Then you aggregate it using maximum.
Or you can use the rank function (using the formula above within the rank syntax), selecting where rank = 1. This allows you to save your aggregation for when you need it, at the expense of clarity.

Group countries to right continent and set filter for all continents in PivotChart

I have an excel data where orders from all over the world are listed. Now, I want to group the countries by their continents, and all continents to one "Continents"-Field to use it as a filter in my PivotChart. I have tried it already with the group function in excel but when I checked/unchecked the fields, the filters get broken. Hope someone can help.
At the moment I get the field with the name "COUNTRY_NAME" from MS Access which contains the specific country from where the order is coming.
Now, I want to group the countries to their continents to choose the continents instead of countries as a new filter
I do not use any VBA. Thx in advance!
Greets,
Jochbart

Owebia Shipping selected country shipping list

Owebia Shipping implement in my store.
how i disable country which i not want to shipped item.
there are no any selection for specific country selected list.
i want to ship item only in 50 country , other country not select from shipping step.
You can select specific countries from system->configuration->general->general
Select countries which you need to display on ship address dropdown.

Resources