insert "updated" code in a google doc - google-docs

At the bottom of a document that we print off, we have an "updated on XXXX" statement. I'd like to be able to have that update automatically. Is there a way to get an insert code that will insert this type of metadata in a google doc?

Related

Nersutie Advanced Saved Search

I'm new to Netsuite. I have a task of creating a saved search to display the three columns from the custom record. First Client, then Superclass and lastly from the superclass,client group I want to display the count of records having status "Wiped or Destroyed". I have grouped the record based on superclass and client successfully. Now I am experiencing problems to display the count of records having status = "Wiped or Destroyed" in the third column. I need someone to tell me how exactly it could be done?
screen-shot of result tab in saved search
You can use a text formula with a case statement to achieve this:
CASE WHEN {status} = 'Wiped or Destroyed' THEN {internalid} END
Set the Field to "Formula (text)" and the Summary Type to "Count".

excel 2003 database fields - is it possible to change the name

I am using excel 2003 query to pull information from databases and fields, I would like to rename the field headers but every time I refresh the data it defaults back to the original example
the field name is stit_ref which I want to change to req reference; if I do a refresh it just goes back to stit_ref after editing the cell/refreshing.
Is there a way to keep the edited field names. I attempted to do it via Microsoft Query by editing the Column heading but I get a syntax error.
In MS Query you can write custom query and use aliases for selected fields:
SELECT stit_ref AS [req reference] FROM table
In the query definition it should say something like:
SELECT -other fields go here-,stit_ref FROM TableName
change that to:
SELECT -other fields go here-,stit_ref As [req referenc] FROM TableName

Excel Web Query: Replace query URL with value from another table

Currently, the colorful table is using a fixed URL. I want to send a user-defined, complete URL string to this web query, and have it update whenever it's changed.
The large white box is a pulldown list (AN358):
User can choose a new location:
Which brings up a new URL (AN362) which points to a different web table (always same format). In my case, the colorful table does not change since it's currently a fixed link.
To the right, I converted the blue cells into a new table called "TableYear1" (AN361):
In power editor, here is the existing query "Year 1":
In advanced editor, I tried to replace the web link highlighted here:
With the underlined value here. I know the syntax/usage is probably wrong...it's just to illustrate what I want to accomplish.
try replacing the code with this
Source = Web.Page(Web.Contents(Excel.CurrentWorkbook(){[Name="TableYear1"]}[Content]{0}[URL1])),
in your example you pass a string (table name), while you need a reference to that table

Retrieve data from webpage to Blue Prism

I am working on creating a bot to get a list of drugs from webpage.
The first step is to enter Start Date and End Date and hit the Submit button.
The page opens a list of drugs and my next step is to retrieve the list of drugs in a table format.
Is there a way I could get data from webpage to excel or Blue Prism collection?
Could someone please suggest a way?
The ideal way to accomplish this would be to spy the table on the page and use a Read stage with the action "Get Table", which will load the data into a collection.

#prompt in Business Objects, how can use dynamic data or list

I'm new to BO, i want to prompt the report user to select multiple items from a list before generating the report.
the list is dynamic and it should read from a (look up) table in DB.
i tried to use #prompt function but cant do it.
one more thing, i want the user to be able to filter the data in browser
regards!
Instead of using #prompt, you can try like this.
In Modify(Design) Mode, go to Data Access --> Edit.
There in filter bar, drag the Object that you want to appear as Prompt for the user, say Year. Select "In List" and change it to a Prompt by selecting the Prompt option from "define filter type" which is available at the end of the filter object selected.
hope this helps you to resolve.

Resources