I have an excel table that has about couple of thousand business address, broken down component by component - street number, street name, suburb, city and postcode.
As I'm developing an android app that makes use of this data, I need to append longitude and latitude to this data & was wondering if I can do this within Excel itself?
Many thanks
Related
I am working with power apps with SharePoint
I am trying to get the last maximum employee id from SharePoint and store it in powerapps
SharePoint
column name: EmpNo
column datatype: Number
power apps canvas
default - max length //but it gives an error
in SharePoint last employee id is 3 i want a store in 4 automatically in empno textbox
what i'd do is get the heighest number from your data source to begin, then increment on it.
Max('SP DATASOURCE',EmpNo)+1
Something along those lines in the default should achieve what your after
I have a csv file that has husband and wife under the same section if there's a husband or spouse for this specific column, and multiple date of birth columns for when there are. Is there a way I can restructure this so that There's an individual column for each spouse, copying name to phone, (grabbing the individual first names if possible), and creating a new row with the individual data from date of birth to PD while removing the extra columns from the first?
I have no experience in excel or csv files to know how to do this, but I was hoping I could check with you guys and see if you're able to format this properly:
Here's a link to some dummy data: https://drive.google.com/file/d/1OGRY0JpMvhVFFEGzdSJwBtYqKXxN-uNO/view?usp=sharing
I would love to know if there's any way to do this, and if so how I can do it for multiple pages of thousands of clients
This data clean-up can easily be done with Power Query (Get & Transform) in the Data ribbon. There different approaches to arrive at your desired result, but I would use the following:
Load the table with all columns into Power Query and call it QHusband
remove the columns with the wife data
remove rows with blanks in column DOB: that leaves just husband data
split the first name column by the & delimiter
remove the column with the wife name
save the query as a connection, do not load into the grid.
Now you have a query that returns just the husband data. Next,
Load the table with all columns again into Power Query as QWife
remove the columns with the husband data
remove rows with blanks in column DOB; that leaves just the wife data
split the first name column by the & delimiter
remove the column with the husband name
save the query as a connection only, do not load into the grid.
Now you have a query that returns just the wife data.
Create a new query that appends the two queries. Load that combined query into the spreadsheet as a table.
When you get new data, you can simply refresh the query
i've create Google Form for class seats registration im using FormRanger AddOn to limit the capacity of registration to 6 for example and it work well.
my problem is when 10 people register as the same timestamp for example 10:00:01 the formRanger AddOn register all of them and put my "Available seat " in minus...
pleas advise how can i write function that maybe can compare the number of seats at the same timestamp
thanks!!!
I am new to Qliksense and I am practicing app (dashboard) development concepts on MS SQL Server's Adventureworks database. In one specific table, the Address table, there is a column which has Spatial Location data. The data is in the following format, Dallas - 0xE6100000010C10A810D1886240403A0F0653663158C0. The data is of the geography datatype and is said to represent latitude and longitude information of given address. I am trying to create a map and a GeoKey as a dimension, but GeoMakePoint() function takes latitude and longitude as a tuple and not in this format. Please help.
I figured out the solution myself. Just use the method [Columnname].Lat and [Columnname].Long on the geography datatype to extract the Latitude and Longitude values from column values. Store these values in separate columns during data load and use them as GeoKey.
I have a GIS shape file (shp) with numerous attributes. It's a map of a country however it only shows the state name for each region, not the suburb name. I have another excel file with the suburb name and the region ID next to each other. Is there any way to do a VLOOKUP kind of thing which a shape file to insert the suburb names.
Thanks
What platform are you viewing the shapefiles in? ArcGIS, qQIS, other?
Essentially, as long as your Country shapefile DBF and suburb excel spreadsheet table share an attribute, meaning they both have a similar field with matching values, then there is definitely a way to achieve what you're wanting. The approach all depends on the platform, however.