I would like to take a picture, in this case a map of houses, and insert links over each house that shows owner details. Also have a list of owners that when I click on their name takes me to their house on the picture.
Say that is your map of houses. Whatever software you are using; Word, PowerPoint, Publisher, etc; you can add textboxes. Make a textbox for each of the houses and place it above the each of the houses. Make these textboxes set to "In Front of Text" so that you can put them above the map. Make the size of the textboxes the same as that of the houses. Then right click the textbox and click "Hyperlink". You can then add a website address or a link to another document.
To add link for the names of people, highlight the text. Right click the highlighted text and click "Hyperlink". Again, you can add the website link if wanted.
If you want the name to go to the house, you will have to create "bookmarks". Right click the text boxes we created before for each house. Then go to Insert > Links group > Bookmark. This is the screen:
Then type a name for that bookmark without spaces (e.g. House_1). Then click "Add". After that, highlight the name of the person, right click, and then click "Hyperlink". Then go to "Place in this Document". There should be a bookmark called "House_1" (or whatever you named it). Click that and then click OK like this:
Now each time you click the name (in my example, "Jack"), the Word Document will automatically scroll to that house. You can do the same in PowerPoint as well. Any clarification, leave a comment.
Related
I have no clue how to interact with the drop-down menu of the hold action outside the app
For example, when I press and hold on a word anywhere, there will be a drop-down menu to choose whether to copy, paste or cut it. I wish to add an item to add the word to my app or paste the word from my app.
No code can be provided.
I wish to know some keywords or examples which can do similar stuff.
I am looking for a way to take input of Business Processes in Excel.
The processes can be complex for example
I have seen couple of representations like,
https://fedcsis.org/proceedings/2016/pliks/376.pdf
But most of them are not friendly for a non technical user.
Any help would be appreciated.
Start Excel. By default, a blank worksheet opens. Select the "Page Layout" tab, click "Orientation" in the Page Setup group and choose "Landscape."
Select the "Insert" tab. Click "SmartArt" in the Illustrations group to open the Choose a SmartArt Graphic dialog.
Choose "Process" in the list of chart types. Select the process chart subtype that best suits your needs, such as "Step Down Process" or "Gear" to preview it and read a description. Click "OK" to select the graphic with which you want to begin.
Add text to the first step in the process. Click on the sample text and type the text you want displayed directly over it. Type the desired text onto each shape.
Add an additional shape for each step in your business process. Click on a shape that will connect to the new shape and select the "Design" tab under SmartArt Tools. Click the "Add Shape" drop-down arrow in the Create Graphic section and choose where you want to add a new shape, such as before, after, above or below the current shape.
Customize the appearance of the flow chart. Click anywhere within the flow chart to select it and select the "Design" tab under SmartArt Tools. Click the "Change Colors" button in the SmartArt Tools section and click on the color scheme you want to apply. Click the SmartArt Styles drop-down arrow and select a 3-D or other style.
Click the "Save" button on the Quick Access toolbar or press "Ctrl-S" to save the completed business process flow chart before closing the worksheet.
Hope to useful..
I have a QlikView TextBox with some text like "This is a test and it is not working".
Now I want to show the same text on another Sheet in another TextBox and it should always be the same.
So I want to reference the first TextBox, so that the text will be displayed in the second one.
Is it possible to refernce the TextBox by their ID? And if so, how can I realise this?
Create your text box, right click on it, select "Copy to Clipboard -> Object", then go to whatever sheet you want the mirrored text box on (or same sheet if you want it on same), right click and select "Paste Sheet Object As Link". I believe that will do what you want. You could always use a variable to accomplish this if you have a use for the text elsewhere.
You can create a linked object, which will mean that the content of one is mirrored on the other.
Set up a text box on one tab, then drag it onto a new tab whilst holding CTRL+SHIFT, you'll see a little chain link appear as you drag the object.
Now a change in one of these objects will reflected in all of the others.
One component (Windows terminology) or widget (UNIX/X11 terminology) has precisely ONE physical manifestation; that's just a fundamental tenet of geometry management.
In order to have a textbox that "mirrors" another one, so to speak, you must retrieve the contents of the original and post it into the copy. Make certain that you do this every time there's an event that either (a) modifies the text in the original textbox or (b) exposes--that is, renders visible when 'twas previously (partially) invisible--the secondary textbox.
I cannot find how to add a country to drop down menu when creating account, lead or contact. At the moment I see only 2 countries. I need to add one more and make it as default one. So when I create lead, contact or account I don't need to choose every time. I have all the rights but no knowledge.
Click on the Customize tab on the top of form ribbon and then select the Form option.
Form will open in edit mode, double click on country field and on new window select the Details tab.
Click on Edit button, a new window will open
Add new option by clicking on the green colour plus button (pointed out in screenshot below).
Select the default country from default value drop down (pointed out in screenshot below).
Save and close the Field window
Save and Publish the form.
You are ready to go.
I have a column, B, that is calculated based on another column, A. At the top of the list, I'd like to display the sum of B. When I look in the Totals section in the Create/Modify a Column screen, I only see column A (actually, I only see all the non-calculated columns), so I can't choose to sum column B.
Is there a way to display a total for column B?
I found something that feels like a hack, but it works:
Using a web browser, edit your
desired list to use “Totals” on at
least one column in your list.
Open
your desired SharePoint site in
SharePoint Designer.
In the Folder
List view, find your desired list in
the Lists folder.
Open
AllItems.aspx (or whatever view you
want to edit).
In the Web Parts
inspector, Web Parts tab, click the
"Username Gallery" and the Web Part
List below that will display a list
that includes a Content Editor Web
Part (CEWP).
Drag the CEWP into the
AllItems.aspx (or whatever) view you
have open.
Save the aspx file.
Go
to this JQuery web page and copy
whichever script you're interested
in to the clipboard.
Go to your
SharePoint list using a web browser.
You'll see a line of text there now,
where you put the CEWP: "To add
content, open the tool pane and then
click Rich Text Editor." Click on
the "open the tool pane" link.
Click the Source Editor button on the right.
Paste the
script in the clipboard into the
Source Editor window.
Change the
"var col = 4; //which column to sum"
line so that the column number is
the one you want to sum.
Click the
Save button and then the OK button in
the bottom right.
Voila!
Unfortunately, this solution is very brittle. If you make any changes to the page in SharePoint Designer and save the aspx file again, the script code that you put in the CEWP is lost and you have to re-paste it back in again. To make it less brittle, you can just reference the code in a separate file. To do this, remove the code from the CEWP's Source Editor, save the code as a ".js" file in another SharePoint list (e.g., create a new one called "Resources"), copy the URL of that file, and paste the URL into the text box under "To link to a text file, type a URL".
If you are using a SharePoint data view you can display the count of a column using XSL
< xsl:value-of select="sum(/dsQueryResponse/Rows/Row/#ColumnName)" />
In your case the code will have Column B eg:
< xsl:value-of select="sum(/dsQueryResponse/Rows/Row/#column B)" />