Including items in Grid Surface sub-views

Submitted by lucasd on 2023/09/11 16:16
Forums

Coming back to IQ after a few months'  hiatus where I needed to be on mobile, I am delighted with the new feature of having a Surface sub-view for each grid. However, I can't find any corresponding field (like the "Surface1" field for the main Surface view). I can create items on a Grid Surface sub-view, and they also appear on the grid, but what about vice versa? If I create an item on the grid, how can I get it to also appear on the Surface sub-view?

Woes continue

Submitted by WayneK on 2023/08/20 16:17
Forums

Just updated from 122g to 122q hoping it would resolve some of my ongoing problems working with InfoQube but othing seems better.

Current issue:

1) Copy website text, (ctrl-c)

2) Paste text in IQ (ctrl-v)

3) Instead of pasting the text, I get a dialogue asking me to select HTML format or plain text.

4) After that, I get the main paste dialogue if the text is more than one paragraph.

Urgent Help Needed: Deleted Items

Submitted by viking on 2023/08/20 14:39
Forums

Has anyone experience with recovering deleted items?

I accidentally deleted items and I am afraid to use IQ until I find these items (in a backup database).

Per the release info for IQ v120b, #46 "New: View recently deleted items. Tools > Options > This Database > Data Storage > Recently deleted items. List item IDs. Click the button to view these items in a backup IQBase. Use XML copy / paste to restore deleted items"

Quickest way to programmatically assign / unassign field values

Submitted by LeftEccoForIQ on 2023/08/16 04:45
Forums

Looking for a way to quickly move items from one grid to another via keyboard shortcuts.

Can see two ways currently:
1. Set up auto-assign rules based on specific 'tokens' in the item text. To switch an item from one grid to another, edit the item text, type in the token text, type Enter. Let the autoassign-rule remove the token from the item text, assign the new grid and un-assign the old grid.
2. Via the properties pane, but navigating to and setting values for certain fields this way seems rather complicated.

Field Creation before importing Non-Hierarchical data?

Submitted by viking on 2023/08/06 22:16
Forums

I plan to import about 60 columns (and 2140- rows) of Non-Hierarchical data. I believe that I will need to manually setup the 60 corresponding fields in IQ before I do the import?

I don't think it is possible, but on the off-chance that I somehow missed it:

I have another CSV file with the 60 field names and field types, and I wonder it is possible to somehow import them into IQ to create the fields rather than to have to type them in one by one before the import?

How do I Pause a VB script?

Submitted by viking on 2023/08/05 04:12
Forums

The purpose is to create a link to another location of the item. My script modifies the item from "myitem" to "myitem {Link}" at item creation time (if possible)

The script is triggered when I create the item, but I need time to enter the text of the item before the script modifies the item.
The idea is therefore to Pause the script while I enter the text.

Function AddLink

     Pause 10 sec
     run rest of script

end Function

Can I add an Item to the home page?

Submitted by viking on 2023/08/04 04:05
Forums

I have read about home pages here 8. Home Pages.
"The main purpose of the Home Page is to provide links to pertinent information, such as relevant items, grids, pivot tables, mapviews, etc."

It is not clear to me if I also can add items to the home page (not links to an item, but an item)? Then, when I select the item, the document page would show information for the item (which may be text, a web page etc), like it does for a regular item in a grid.

Alarm/Reminder Questions

Submitted by viking on 2023/08/02 23:22
Forums

I am mostly working in a ToDo grid rather than in the Calendar.

1. In order to attach an alarm/reminder to a ToDo item, it appears that I must create an event for the item. Is that correct? There is no way to add the alarm directly to the ToDo item?

2. An Event with an alarm has an icon to the left of the Item text. I guess that it would be a a feature request to also add the icon to the item in the ToDo Grid? I am aware that I could otherwise add the column "ItemHasRemiders" to show this.