I'd like to do the following using he Facebook API
Retrieve the list of friends of a user
Select a subset of this list (let's say 5 friends)
Generate a picture showing this subset as a picture in a given width / height
Performing 1) and 2) is rather straightforward.However do you have any idea of to perform step 3) ?
Thanks a lot in advance,
Hugues
Related
I have a sharepoint list with 2 different content types (A and B). Now I wanna fill this list with either an Index like: "A-123" or "B-123". A-123 and B-123 are both allowed to exist, but not A-123 twice (or B-123 twice).
the problem is I cant really figure out how to do that in a nice way. Also, I already have many Indexes already filled in, but some are missing (like A-123, A-125, and A-124 is missing or got deleted).
how can I auto-increment both numbers independently? Excel Visualisation of what I mean
You can create a Microsoft Flow to achieve auto-increment custom Index
Please following steps:
1.A SharePoint list with 2 different content types (A and B)
2.Integrate >> Power Automate >> Create a flow
3.Create the following Flow
4.Save and Test Flow
I have a XLS file which I can open via API
http://www.openoffice.org/api/basic/man/tutorial/tutorial.pdf
In this XLS file I have sheet with about 10 columns. Each of this columns have alredy setup filters.
My question are related to do this followed things via API:
Is it possible to find out if for specific column filter exist or not ?
Is it possible to get list of possible option for specific column/filter ?
Is it possible to check which option are choosen ?
Is it possible to change option for specific column/filter ?
Is it possible to check what region/range is currently filtered (rows list) ?
Is it possible to select filtered region (rows list + header) ?
I do not need to get ready to use solution.
Just please point me to the right/proper API function and I read their documentation, and when I solve me problems I will be happy to share my solution, and discuss about it.
I am pretty new to RLS and have been trying to implement it in a certain way.
My table above is a sample. I am trying to create RLS here based on the levels. Normally I can create 3 roles for 3 levels where,
Level 1 is regular employees
Level 2 is supervisor of employees
Level 3 is the manager/head of the building (based on the BuildingID)
I am trying to create RLS where the manager (Level 3) will be able to see the data for people below them by filtering through. For example when the manager of BuildingID='233' logs in, they can filter through the report to see people they are assigned to.
It would be clickable in the filter pane. However, I am more used to on doing DAX calculations when the manager ID is on a different column and this seems to be a new scenario. I have tried a couple of methods and so far have not been successful. Any kind of help here would be much appreciated.
I could only advise you review something like this to see if you can use the comparable logic in your scenario https://radacad.com/dynamic-row-level-security-with-organizational-hierarchy-power-bi
Somehow i have the feeling its difficult to get detailed information about Dynamics BC. I am currently "designing" some custom reports - e.g. our invoices - using word templates.
Now I would like to add some data from BC to the report that I can not find as available Field/content control in the provided "XML Custom Part" (e.g. our BIC or the clients german UST-ID (VAT ID))
Therefore:
a) Is there an overview of the available Fields in the XML Part? In best case with there mapping to the corresponding Fields in BC Frontend?
b) Can I extend the available Fields in the XML Part?
One report can use data from multiple tables, you can also have bespoke data in there ( aka variables calculated on the fly) so the answer is yes, you can if you have access to the web client (how to inspect a page) but you wouldn't know where to look!
So ask the consultant or another developer where is the field that you are looking for
I'm trying to use Yahoo's excellent GeoPlanet API:
http://developer.yahoo.com/geo/geoplanet/guide/api-reference.html
I would like to pick a random town from anywhere in the world but can't see an easy way to do it. I have tried querying by country and asking for children of type 'town', but can't seem to do that directly.
Can anyone think of a way to pluck out a random town WOEID without having to query the country, then the admin regions, then the admin 2, then the admin 3 etc.
I have also experimented using YQL, but don't have enough of an understanding about the available APIs.
Have a look at http://world-gazetteer.com/.
You can store all towns in your local database, then do random select, and then just geocode selected town using any geocode service you like.
Just for phun, why not generate random lat/long & display whatever is there?