text
stringlengths
83
79.5k
H: Defining a range in a function with the value in a cell instead of a range I have the following table and I'm trying to write a formula that will take the value of column C and put it into the COUNTIF function where the ?? is. A B C Data Label Data Range ...
H: How to add a note (containing date) to a cell in column "X" when it is edited? See this thread: https://productforums.google.com/forum/#!category-topic/docs/how-do-i/_oFmvMZUCqg In particular this script: function onEdit(e){ // Set a comment on the edited cell to indicate when it was changed. var range = e.rang...
H: Google sheet limit, number of sheets per workbook I know that Google sheets has a 2 million cell limit. https://support.google.com/drive/answer/37603?hl=en but was wondering is there a limit to the number of sheets? the old google sheet has this limit. https://www.quora.com/What-are-the-limits-of-Google-Sheets I c...
H: Using setBackgroundRGB() over setBackgroundColors() I have a GSheet that is using IMPORTRANGE() to import data from some other sheet. On this destination sheet I want to color each row based on the value of column A. Because the source dataset may have hundreds or thousands of rows I can't easily use conditional fo...
H: In CommCare, can you specify the order that choices from a Multiple Choice Lookup Table will appear in? (example: alphabetically by display value) I'm interested in two use cases: Re-ordering choices by a field uploaded in a look-up table Re-ordering choices by a case property in a list of cases specified by a Que...
H: How can I deploy my Telegram bot codes on my Ubuntu server? I'm totally new to using VPS. Do I need to use SSH or FTP to deploy code files on it? AI: Either you deploy it via SSH or FTP it will work. Make sure you modify the permissions of the files. And you have required dependencies installed on server.
H: Why do some Twitch channels have one time subscription fees? Why do some channels such as Jesse Cox, Vlambeer, and Felicia Day offer one time subscriptions instead of monthly sub fees? Aren't Twitch subscriptions supposed to cost $4.99 per month? AI: When subscription buttons were first added, Twitch experimented b...
H: Time tracking with Google Spreadsheets I'm using Tasker and am trying to set up a profile that would track how many hours I spend at work. I've managed to set up the tracking part, which inserts the data in a Google Spreadsheet like this: Arrived 2017-03-11 10:15 Left 2017-03-11 12:40 Arrived 2017-03-11 13:00...
H: How to discover which users have access to which Lookup Tables I have a lookup table in a project space that is not visible to all users. What is the best way to figure out which users have access to that lookup table? AI: Lookup Tables can either be assigned to groups or locations. All users that are in that group...
H: What's a better way to check for the presence of a value across all rows? I have a table that, for 30 people, marks their dietary needs. The first 3 rows are diet category, the remainder are restrictions: ----------|Jane|Joe|Ali| Vegetarian| 1 | | | Vegan | | 1 | | Omnivore | | | 1 | No gluten |...
H: Construct query where condition is in the past week? Using Google Sheets' =QUERY function, is it possible to construct a select such as follows? =QUERY('My Sheet'!B:D,"select A where C = In the Past Week") AI: I'll give answers for two version of the question. Within the last 7 days "select A where C > date '" &...
H: Is one person allowed multiple Google accounts? Is it allowed for an individual to register and use two separate Google Accounts? I know it's possible seeing that the same phone number can sometimes be used to register a new account, but is it allowed? I am consider doing this for organizational purposes but am won...
H: What is the case and data behavior when I deactivate a mobile user in CommCare? I see you can delete data and cases if you delete a mobile worker. But if I just deactivate a mobile worker, what happens to the data and cases associated with that mobile worker? If I need cases to be taken over by a new mobile worker,...
H: Are case types case sensitive in CommCare? If one of my case types is named case and one of my case types is named Case will they be treated as different case types in CommCare? AI: CommCare doesn't provide any specification about case-specificity in its underlying technical format, so the safest guaranteed behavio...
H: How did this strange secondary Gmail account get created? I've received an automated mail saying "my" new e-mail address was created. My e-mail is example@gmail.com, and the message says the new address is something like exampleabc@gmail.com. I immediately changed the password and went through the security check. ...
H: How to create a Google+ page for my website? How can I create a page in Google+ for my website? I want it to have a URL like plus.google.com/+MyWebsiteName. AI: Sign in to your regular G+ account. At the bottom of the left panel, click Google+ for your brand. On the following screen, click Create Google+ Page. Cre...
H: Can I list the parent_name of a child case in the child case module case list? I have a module of child cases (type = alert) of a parent case and I would like to NOT have the user select the parent case first, but simply see a list of all the alert subcases. However, I do want to display the parent_name of the chil...
H: Unsubscribing from Crunchyroll Premium guest pass emails As a member of Crunchyroll Premium, users are occasionally sent free guest passes for Crunchyroll premium. Despite repeatedly clicking "unsubscribe", Crunchyroll still sends these emails every few months. Even unsubscribing from all Crunchyroll emails has had...
H: How to set the delay time for Google presentation slides without publishing it? I created a long Google presentation slideshow with pictures. I am able to change the transition speed, but when starting the presentation and clicking the play button, the delay for each slide is much too short. I can't believe there i...
H: Only seeing "--" in my case history export tab I have a case property that is updated by two forms in my app. I tried to create a case export that included row #, the caseid, and the case property I'd like to see the history of. When I include the row and case property in the case export, all I see are "--" in the ...
H: How to remove the extra indent on list after the 10th item in Google Docs I want to remove the extra indentation that appears on a list after the 10th item: 8. This is a line 9. This is a long line that gets wrapped to the next line because it has a lot of characters 10. This is a line that gets wrapped too,...
H: Does function order of operations in CommCare HQ affect efficiency of execution on the mobile device? I have a caselist filter that is taking a long time to execute and am wondering if I can do anything with the if/and/or <= >= statements to help things run more efficiently ("faster"). The formula is essenstially: ...
H: How do I adjust the format of data displayed in the CommCare report builder table I'm trying to configure a report builder table to display non-numeric values for case properties. For every case property I add to the table, the only "format" I see displayed is sum, average, and count per choice. Is it possible to h...
H: Multi-language support for Multiple Choice Lookup Table questions Is it possible to specify multiple languages for the "Display Text Field" portion of a select option in a multiple choice lookup table question? Note, I'm speaking specifically about the "Choice" definition, not the label for the question itself whi...
H: Other user's icon appeared in Google Sheets, no explanation When I mouse over the A, first I see a tooltip showing my coworker's full name "Abel Jones" (for example), and then a larger pop out showing his full name and presumably the default Google+ profile image. I just want to know what Google Sheets is trying t...
H: Can Google Sheet's =AVERAGE function count multiple values only once? In Google Sheets, is it possible to count multiple values inside the =AVERAGE function only once? Example: =AVERAGE(32.3,48.9,33.2,48.9,33.5,49,33.8,49,33.5,48.5,48.8,33.9) Count 33.5 only once. AI: You can use =UNIQUE for this, to remove dupli...
H: When did GAFE (Google Apps for Education) become G Suite? When did GAFE (Google Apps for Education) become G Suite? AI: Google Apps was renamed G Suite on September 26, 2016. G Suite for Education was introduced on October 4, 2016.
H: Is it possible to add icons to individual reports in a report module in CommCare? I would like to add icons to individual reports in a reports module in CommCare. Is it possible to add icons to individual reports within a report module? AI: That is not possible at this time
H: Display the owner of a case in the case list Although there is already a question regarding how to display a location name in a case list (Displaying location name from organizations lookup table in case list/case detalis), I have a lightly differently nuanced question regarding a similar output. In an app with a s...
H: Are there any crucial risks to allowing mobile users sign in with the same username and password to collect data in CommCare? I want to allow 8 different mobile workers to access the same CommCare application on their phones and submit data to the same forms. We are not using user as a case. Is there any reason we ...
H: What are my options for getting around the 100,000 maximum row limit for case export? My project data doesn't easily lend itself to filters that will bring the row count under 100,000 for case export. What are my options to get around this issue? Are there ways download case data without going through the "export c...
H: Filling a column with a formula that references correct row without dragging down In Google Sheets, I am trying to create a formula that will automatically apply to every cell in a column. The formula refers to another column of cells in a 1:1 way, that is S3 should refer to B3, and S4 should refer to B4, so on. If...
H: What do I need to "fix" for a case property highlighted yellow with a exclamation point warning? I have a module which modifies case_type household_member. There are three forms, in two of them #case/resident_name is shown in the left hand menu and upper blue banner as "resident_name" in a gray box (as expected) ho...
H: Can I delete my Google Photos folder from my Google Drive? I enabled and then later disabled the feature to show a Google Photos folder inside my Google Drive. I decided to just use the Google Photos app directly, so I no longer want to see this folder. But, it seems to have left the folder behind in my Google Dri...
H: Will my friends receive an explicit notification if I like a photo? I wanted to like all the photos of a girl, but I don't want my friends on Facebook to know I have done that. Will my friends be notified of these likes explicitly on the first page/main activity when they visit the Facebook website or app? AI: No,...
H: How do you get Google Trends to go back before 2004? How do you get Google Trends to go back to a year in the distant past, for instance 1900? It seems to not go back before 2004 now. I remember using a Google feature that showed a graph of how common certain search terms were, by year, and I recall it going back q...
H: Gmail ID with minus sign within username Recently one of developer of my team had an Google email as developer-his.user.name@gmail.com while I know about sub-addressing as his.user.name+label@gmail.com What is that called and how is that important? Update: I have read Google docs and I could search about + sig...
H: How do I find the closest match in a CommCare Lookup Table? Is it possible to lookup the closest value (equal or less than) to a particular question using a Lookup Table in CommCare? Example: My table has values 5, 6.35, 42.8, 136. I want an input of 6 to return 5, 6.35 to return 6.35, 48 to return 42.8, and 135 ...
H: How to get shared likes on the main page posts itself? I am having about 70-80% likes on my shared posts but they don't have effect on my main page. I usually share my page on groups and share with friends and whenever I get likes on the shared posts there is no effect on the main post in my Page. Is there any way ...
H: Get total parent-cases with at least one sub-case with a particular value I'm trying to get a count of parent-cases that have at least one subcase with a particular value. Parent case_type is "foo" and sub case case_type is "bar". Each case_type "bar" has a variable "degrees" I need the count of all "foo" with a...
H: SUM a variable number of Rows between two points How can I SUM a variable number of Rows, where the start and end points will be changing constantly? In the image below I would like to be able to add all the values for each choice together. However there may be rows added in as needed(As you can see Wednesday has m...
H: How can I skip columns in a Google Spreadsheets Chart? I have a table of data in a Google spreadsheet that we want to use to create multiple charts. The issue we are facing is that some of these charts omit certain columns. We don't want to remake the table multiple times. Example: Row 1 = Labels for Items 1, 2 an...
H: Can the deviceID in a CommCare form submission be used to trace details about the submitting device? When looking at a form submission on CommCareHQ, the Form Metadata includes a field called deviceID. Can this field be used to find additional information about the device, such as model number, serial number, etc.?...
H: Check another column to determine the kind of calculation to perform I have a spread sheet which, among other things, has a table with a row that specifies the type of problem (put in numbers 0 to 4, according to a reference table) that occurred, and the column next to it says how long it took to be solved. The thi...
H: Saving child form information to parent case I have a form that is in a module for a child case (individual), but I want to be able to save a calculation that happens in the form to the parent case (household). Is there a way to save this property/informatoin in this individual-case form to the household-case? AI:...
H: what is the syntax to reference form data in a model iteration query? Per this answer: Is it possible to use a repeat group to iterate over a space-separated list? one can reference user input to control a model iteration. That being the case, if my question ID is spaced_list then what should be the syntax in the t...
H: Facebook Messages Never Delivered I'll try to give all the details as best as possible: As a side note, I have had an account since '08, but was inactive for several years. I last messaged someone on the old system 4/5 years ago. I log in to find the new messenger system put in place. AFAIK on the desktop website ...
H: Increment Cell Reference in Formula by 10 I have a spreadsheet that will have values every 10 rows. I'd like to make reference to them but I'm having trouble doing this by clicking and dragging the corner handle to fill out the cells. If I fill a cell with ='Sheet Name'!A$2 and the one below with ='Sheet Name'!A$1...
H: How do I change the date format in App Preview and WebApps? When I have a date question in a form, the result in App Preview is shown in the format "mm/dd/yyyy". I was hoping to have the date displayed in the format "dd/mm/yyyy" or "yyyy/mm/dd" to be less ambiguous. How would I go about doing this? I tried changing...
H: How can I sign in to a newly created Gmail account? I added a third Gmail account last night. I am unable to log into it from another computer. If I go to gmail.com, it takes me to https://mail.google.com/mail/u/0/#inbox (automatically logs me into one of my other accounts). If I then click "Add Account" on the upp...
H: Combine multiple " = " criteria into one statement I'm doing a filter and I basically have this filter('Sheet'!B2:B, ('Sheet'!A2:A=1)+ ('Sheet'!A2:A=2)+ ('Sheet'!A2:A=3)+ ('Sheet'!A2:A=4)+ ('Sheet'!A2:A=5) ) I'd like to simplify this as follows: filter('Sheet'!B2:B, 'Sheet'!A2:A in (1,2,3,4,5) ) Anyone have a...
H: How can I reference a Mobile worker's username in a case list filter in CommCare? I'm trying to create a case list filter in CommCare. Specifically I want to create a filter such that a case property (interviewer_username) is equal to the username of the person who is logged in. I have seen the instructions for how...
H: Explanation of form status filtering on mobile devices I would like to know the technical differences/important meanings behind the following five statuses of form on the mobile device. If you enter the 'saved forms' section of the app, we see four options (and my accompanying clarifying questions): All completed ...
H: Removing file from Google Docs I have added a file to google docs, which is not as similar to making a copy. It is like making a shortcut like thing (in windows terminology) or link like thing (in linux terminolgy) with a catch that if you remove any of the file the parent or the child both of them gets deleted. My...
H: Import a JSON query from investing.com I've trying this for several days and I'm not able to load the data displayed below the graph in https://es.investing.com/equities/facebook-inc IMPORTHTML does not work because these fields are the response from a JSON query. I've used Chrome Dev Tools to save the result in a ...
H: Can mobile workers view case data from multiple locations? In my application cases are configured to be owned by locations-- in this case, villages. Mobile workers can work in multiple villages and need to be able to see case details from each of the villages to which they are assigned. Is it possible for mobile w...
H: Can I use the bulk upload option to assign mobile workers to multiple locations? I am migrating several mobile workers to a locations structure and need to assign each mobile worker to a set of assigned locations from the organization structure. In the mobile worker bulk upload excel file it appears that there is ...
H: Calculate time difference between times past midnight I have two lists of time, one a set of starts and the other a set of ends, I want to calculate the duration between them and sum them. When the end time goes past midnight, I experience a problem. I can calculate the difference between the times correctly, but t...
H: How can you import an image from a URL via a function in EtherCalc? In EtherCalc I would like to have a barcode generated for each row on the basis of the contents in its first cell. Specifically I would like to get an image back from: http://www.barcodes4.me/apidocumentation according to the value held in the firs...
H: Choose "Type" of Input Number When Using Number Formatting So I have the a formula that outputs a duration as seconds with three digits of milliseconds. For example if the formula outputs 67.769, It should be formatted as 01:07.769 I tried using mm":"ss"."000, but that gave me 27:21.600 It seems to be trying to pro...
H: Can I convert a formula within a formula to a value? I am using this formula within a Google Sheets cell to search and match the barcode I am looking for: =INDEX(UPCCodes!B:B,MATCH(N2,UPCCodes!A:A,0)) The reason this isn't working, is because N2 is another formula: =RIGHT(Extract!C5,LEN(Extract!C5)-FIND(":",Extrac...
H: Add my scripts or add-ons to new Google doc I've created a script or add on for my Google Document. The script exports the content to basic HTML. When I create a new doc I can't find a way to import the scripts from the existing document. From the Google Document I have gone to Tools > Script editor. A blank script...
H: Rules for Gmail for setting specific folders for emails received Microsoft Outlook automatically groups items by date. And can also group items manually by using standard arrangements or by creating own custom grouping and the best one is creating rules. I got rules with my outlook before, this setting specific fol...
H: Formula to compute the cardinality of the intersection of two sets of dates Given: Two dates, the bounds of a date range; A list of dates (given in-extenso in a line or a column); Is there a way, in Google Spreadsheet, to get the number of dates (days) in the date range that are included in the list of dates ? Ex...
H: How can one become a YouTube translator? YouTube Help explains how to buy translations for videos, titles, & descriptions (the comma after "titles" is quoted as-is - maybe they need a translator ;-) But how can one sell translations for videos, titles, & descriptions? Just curious how do companies get to offer thei...
H: Can you create a child case of a child case in a normal module in CommCare? How can I create a child case of a child case in one form in a normal module? Is it imperative to use advanced modules to achieve this kind of case creation in one form? AI: Unfortunately, you cannot create a grandchild case in a form in a ...
H: Do all YouTube videos have captions? The questions only concerns the following languages: English, Dutch, French, German, Italian, Japanese, Korean, Portuguese, Russian, Spanish After reading YouTube's official documentation, it would appear that all videos have automatically generated subtitles. However, for...
H: GitHub pages 404 File Not Found error I am attempting to publish a website using github pages. I have a Index.HTML, and see the message "Your site is published at https://starsweeper.github.io/" in the repository settings, but when I go to the page I see the message 404 File not found The site configured at t...
H: Find a name a of YouTube video from a deleted account I keep some pretty rare music tracks that can't be found anywhere else on a 'not-on-Spotify' playlist on YouTube. I just figured out today that a video of this playlist has been removed (user account has been deleted actually). Here is the link I still can see ...
H: How do I invite others to my Google Calendar event using Quick Add? I want to be able to schedule a meeting with someone else at my company in as few steps as possible. It looks like the Quick Add feature used to auto-invite email addresses that you included in the event text: https://webapps.stackexchange.com/a/26...
H: Sum data based on dates I have a Google Sheet of data like this: 4/1/17 | 5 4/1/17 | 7 4/1/17 | 22 4/2/17 | 5 4/2/17 | 10 4/3/17 | 5 4/3/17 | 23 4/3/17 | 1 4/3/17 | 5 4/3/17 | 17 4/3/17 | 3 And I want some sort of formula that I can apply to this range to return this: 4/1/17 | 34 4/2/17 | 15 4/3/17 | 54 (Obviousl...
H: Count occurrences of words in Google Spreadsheet if the words are not known in advance I have a sheet of names containing two columns: name and tags. Tags are separated by commas plus optional spaces. More than one tags can be in a single cell. Like this: Name | Tags --------+-------------------------------- Ali...
H: How to update Facebook Profile without announcing it to everyone? How do I update my profile Basic Info, such as location, education, job, etc. without triggering a notification on Friends' Notification (upper left) or their Wall/Timeline/Recent Friend Activity page. I notice things like "User X has posted/updated ...
H: Am I automatically considered to be following one whom I connect through LinkedIn? I've just found that I'm following all people whom I connected to. There are two ways to connect people through LinkedIn 1. Send an invitation and 2. Accept an invitation. Either way you connect the people I think it is also conside...
H: How to extract the Account's Name according with the total of members? For each relevant row I would like to have ColumnC populated with the value from ColumnA repeated (one above the other) in the C cell the number of times there are separate (one above the other) entries in the correponding B column. Is it possi...
H: How do I search a sub-string within a range in Google SpreadSheets? I have looked for some functions like SEARCH(), MATCH(), FIND() but no one can really search a substring in a range and then it returns the row number, position or at least true/false. Here is my case, I have a sheet like this: --------------------...
H: How to import only sheets with specific text in the name? I'm using this script but it takes all sheets of current spreadsheet. A bit modified script from original, but it doesn't achieve what I want: function importallMain() { var id = 'some id'; var ss = SpreadsheetApp.openById(id); //Managed to exclude fir...
H: How can I configure a case list to autoselect the child case of a parent case in Advanced modules? I want to set up an advanced module form such that the user selects a parent case and the form auto-selects the child case to update. I see that in this documentation this should be possible with auto-select cases, ho...
H: Countifs with OR over a range My spreadsheet is as follows (sorry about the crude setup). A B C D E F G 1 Order FB? TW G+ YT LI Frequency? 2 1 x - x - x daily 3 2 - - - x x m...
H: Google sheets, get the last row number of repeated value I have column like so Mike Fred Mike Andy Mike I want to return to me the last row number where the column = Mike. So in this case the output should be 5 I've think its combination of max filter row functions but need help on putting it together. Or maybe it...
H: Can Google Docs auto-correct capitalization? In Microsoft Word, you can change capitalization in a document using the Change Case button. It includes options for Sentence case, lowercase, UPPERCASE, Capitalize Each Word, and tOGGLE cASE. Does Google Docs have anything similar for auto-correcting capitalization? AI:...
H: What does the "pop" function do when I'm editing a photo? I'm trying to edit picture in photos.google. When I press edit I see the following: I understand what is Light and Color, but what is Pop? AI: The pop effect is simply an increase in local contrast.
H: Shortcut for multiple columns in query? What's the shortcut for =QUERY($A:$K, "select A where B contains '"&N1&"' or C contains '"&N1&"' or D contains'"&N1&"' or E contains '"&N1&"' or F contains '"&N1&"' or G contains '"&N1&"' or H contains '"&N1&"' or I contains '"&N1&"' or J contains '"&N1&"' or K contains '"&N1...
H: Restrict master branch/pull request access to certain users I'd like to restrict write access to the master branch in a github organization repository to its owner (namely me). This would enforce all contributors to make a branch instead of committing directly to master. If possible, I would also like to restrict a...
H: Is it possible to get a timestamp for the exact time a question is answered in a form? I would like to know the exact time the user answers a specific question in the form. Is this possible using the now() function in CommCare? For example, if i wanted to know what time the question alis_favorite_color is aswered, ...
H: Is there a way to add back a small subset of media files to a CommCare mobile app without reinstalling? Some users' CommCare app is showing that some media files are missing (instead of an image there is a "jpg is missing" message). These files are on CommCareHQ so it seems like they were just deleted from the phon...
H: How do I activate "dense roster" on Google Hangouts? For some random reason, perhaps in another bid to gain user engagement, Gchat in Gmail is being suddenly replaced with Google Hangouts. It says that if I like it looking the way it is now, I'm encouraged to choose the "dense roster" setting. Where is this setting...
H: syntax for referencing user case properties I created a user case property in my app, and now I'd like to reference the value of that user case property in a concat function. It is being referenced in a Report Module to indicate at which y_value I want my 'Y Label' to appear. The syntax for y-labels is: '{ "y_value...
H: Is there a way to join all the values from a multi-select lookup table question with commas in a label? I have a multi-select question that pulls its values from a lookup table. Once the user has selected some of these options, I want to show them to the user in a comma-separated list. The lookup table has a 'value...
H: How to apply a relative reference in conditional formatting formula? I have a whole bunch of cells (28 so far) that need conditional formatting. Here is what the data looks like: I want the colours in the top "Last Period" metric cells to vary depending on the values inside the three rows below: so if the top numb...
H: How do I search for posts in a Facebook group? How do I search for posts in a group? tells me to click Search this group in the top right. But that option is gone. There was a magnifying glass (from https://webapps.stackexchange.com/a/58082/35071), but it's not showing anymore: Is it still possible to search for ...
H: Is it possible to SPLIT into specific delimiter columns? I have a column with multiple delimiters, but not all cells have all delimiters i.e. delimiter *@# *text1@text2#text3 *text1#text3 I there a way to SPLIT into col1 col2 col3 text1 text2 text3 text1 text3 AI: This should work for the examples yo...
H: IMPORTHTML - Google Sheets - Can't find specific table I'm trying to import a table on this page: http://www.fangraphs.com/statsplits.aspx?playerid=13593&position=2B/SS&season=2017#advanced As you can see there's three sections - "Standard", "Advanced" and "Batted Ball". I can't seem to get my IMPORTHTML function t...
H: Can a mobile user update a location's (custom) fields? I added several custom fields to my locations (organizations) hierarchy. These get pulled into hidden values in certain forms in order to be included on data exports. Each mobile user is assigned to multiple organizations. I have an "Edit form" that lets them e...
H: How do you reference the user_id in a CommCare form? How do you reference the user_id of the user in a form in CommCare? AI: The syntax for referencing the user_id is /data/meta/userID The syntax for referencing the username is /data/meta/username
H: Hide public posts on Facebook profile I have certain posts that I want to be public, i.e. visible to everyone who has a link to it, shareable and re-postable, but I still would like to hide the post from the list of posts visible on my timeline to the public. In other words, I want to curate my public profile view ...
H: Is it possible to populate a Multiple Choice Lookup Table question from a case property holding a space-separated list in CommCare? I have a list of villages saved to the case as a space separated list. In my form, I want the user to be able to choose a village from this list, but I can't figure out how to set up ...
H: How to conditionally display possible answers to multiselect (checkbox) questions based on previously entered information in CommCare I would like to have the end user answer a checkbox question and then have subsequent checkbox questions display possible answers based on that previously answered question. For inst...
H: Checking unique case property (saving an ID) against already-saved case properties of other cases In a workflow where fields entered in a registration form are concatenated to create a unique ID (IE municipal and district IDs, date of birth, first two digits of first and last name, etc) and saved, is there a way to...
H: How to change the picture in the upper right corner in Gmail? How to change the picture in the upper right corner in Gmail? The solution should work in all the (major) browsers. I usually keep opened several Gmail accounts in various tabs at the same time and it would be easier to quickly distinguish them. I am no...