I want my app to show me Only the users i created + show each user his data - google-appsheet

i want my app to show data only to those who are listed in my Users sheet list (check the image '2'), then i want it to show only the rows that contain the name of that user.
i tries this but seems that my logique is wrong !
Any Help :) Thanks in advance.

Related

Populate list based on selection from separate list

There are a few topics that I have found while searching for an answer to this, but nothing that specifically helps my situation. Here's what I need to do and some background.
Web application has a field called "Requested by" that automatically inputs the logged in users name from Active Directory. This cannot be edited.
User selects a store location from the first list, this location is where the requested user will be setup for.
Second list needs to then populate with a list of potential approvers by first seeing which store was selected, then grabbing a list of names from an Active Directory group called "Store Managers"
Example
Bob Jones is requesting a new logon for Sally Smith who will work at Store 1.
Bob selects "Store 1" from the first dropdown list
List 2 populates a list of approvers who are in "Store 1" group AND "Store Managers" group.
Can someone please tell me where to start on this! Any help is very much appreciated!!
Within the function that is called whenever the first drop-down menu changed, ie. a new value has been selected (such as selecting a store), you can have a simple if-else structure that, depending on the newly selected drop-down menu item, checks for any valid values within your Active Directory.
That is as specific as I can be, seeing as you haven't posted any code along with your question.

Add Post number at Banning Page MyBB

There is a requirement to add total post count beside a banned member's profile name. See image below...
I tried with $post['postnum'] but it's not fetching any data.
Is there any code than can be used... please help.
Since you're attempting to get the user instance from modcp.php you can use $ban['postnum'].

IOS How should I show table with data in Email shown in image

I want to share list of records via Email so how should I create table of records with columns as shown above in image programmatically(Objective C). Is we have to use HTML ? A help would be appreciated. Thank You :)

Rails variable photos on document

This is a generic question. My wife has company that has one-of-a-kind products such as the photo showed.
The challenge is, she wants to be able to create something like what is shown without doing it manually. The challenge is the products/photos are constantly changing so the photos that show would have to be dynamic and show the inventory.
Sometimes there are 20 products/photos other times there are 40... it seems to me the challenge would be in the view and changing the amount of photos that show up based on the change in inventory.
Thanks for your thoughts, this is a great community.
What I would do in this case is have a couple of models
1) Client - the peroson whom the product is for this would look like:
id
name
2) Album - this is how we can group all the photos in a collection
id
client_id
name
3) Image - this are the actual images you want to use in the collection
id
album_id
file
display_order
if you are still having question just ask
I will try to build a demo of of this.

How to view all tracked visitors in Google Analytics in main URL without tracking code

We use Marketo and it adds an ID for every unique visitor. This presents a problem when I want to view all visitors that have filled out our contact form. The main page is:
/EnterpriseDemoRequest_ThankyouConfirm.html
So when I get results from Google on the thank you page it shows up like so in a giant list like below:
...
78. /ContactSales_ThankyouConfirm.html?aliId=25026187
79. /ContactSales_ThankyouConfirm.html?aliId=25027907
80. /ContactSales_ThankyouConfirm.html?aliId=25028288
81. /ContactSales_ThankyouConfirm.html?aliId=25028314
...
Hoping someone can help me figure out how to filter out the tracking code beyond /EnterpriseDemoRequest_ThankyouConfirm.html
Thanks!
You should aliId as an excluded URL query parameter in Admin > Profile > Settings:
This change is to be done at the "Profile" (now labelled "View") level. As such, it will only apply to future data.

Resources