Possible to calculate time distance in days to an item's associated event in a column?
In a grid could I somehow have a column display the time in days between today and the event associated with an item (if any)?
Many thanks
In a grid could I somehow have a column display the time in days between today and the event associated with an item (if any)?
Many thanks
Has anyone tried to View Pivot Tables and received this error?
The data looks like this:
I have read this page: https://infoqubeim.com/drupal5/index.php/node/1070
I have a lot of Email accounts listed as items in a Grid for E-mails with source EmailAccts.
I would like to create a new pop-up Field using a list of items (Emails1).
Thus, I can use:
Field = Item(T)
Filter =EmailAccts(B)
That works, but the list is very long. I would like to filter this further using Tag1. Is that possible?
I created a hyperlink to a grid in the Doc pane and it works fine.
I then tried to create a 2nd hyperlink to another grid below it in the Doc pane. However, it is then combined with the 1st link.
How do I create two separate links in the same Doc Pane?
I would like to use some of my contacts in the address book as Tags.
I copied the contacts (drag/drop+Ctrl) to the Tag Grid and this created the Tags as I wanted.
They also show up in the Tag Pane.
I just want to confirm that this will not cause any issues, and that I will be able to use the Tags as "normal"?
p.s. When the contacts are dragged as subTags, I need to remember to check the Tags field so that the TagID is created.
I use the shortcut "ddd" to insert dates using my text utility. When I try to do this in the document pane, InfoQube shows the paste special dialogue.
I don't see "ddd" in the keyboard shortcut list.
How do I get rid of this InfoQube shortcut so my own shortcut will work correctly?
Wayne
Say you want to copy the content of two cells (call them A1 and B1, as in a spreadsheet) to two other cells (call them A2 and B2).
In Excel, you'd select A1 and B1, press Ctrl+C, then select A, and press Ctrl+V to paste. A2 now has the same content as A1, and B2 now has the same content as B1.
I've got a large number of tab-indented .txt outline files that I'd like to get into IQ.
The File > Import > Text and Image Files option gets me fairly close, except:
(1) it puts only the file name of each file into the Item field, and I'd like to include also the Size and Date Modified.
I'm trying to re-organize my tags using the tags grid and am having lots of problems. Changes I make in the tags grid are not being reflected in the tab pane.
I've attached an example of this below. When I move tags to subitem status in the Tags grid, they often disappear altogether from the Tags pane.
I re-read the manual section on tags and noted that they show all organization being down inside the Tags Pane. I've always used the Tags grid. That should work, right?
Wayne
I am not able to create a line break in the Doc pane by code. (See here for example https://excelchamps.com/vba/new-line/)
To test, I created a rule:
AM: [ItemHTML]="Line1" & vbNewLine & "Line2"
However, after execution, the Doc pane shows a space instead of a line break:
Line1 Line2
I wanted it to show:
Line1
Line2