Support http://forums.visokio.com/categories/support/p15/feed.rss Mon, 30 Oct 17 21:36:46 -0400 Support en-CA Scripting: Content View - controlling table borders? http://forums.visokio.com/discussion/1912/scripting-content-view-controlling-table-borderss Wed, 21 Nov 2012 09:04:41 -0500 enrico68 1912@/discussions
Thanks]]>
Variables: Error(s) trying to restore variable values? http://forums.visokio.com/discussion/1929/variables-errors-trying-to-restore-variable-valuess Thu, 29 Nov 2012 11:54:26 -0500 swallace 1929@/discussions
I've got an iok file with a couple of tabs and a category variable that is used to define the values to be shown in a couple of charts. I recently removed a few choices from the variable and now when I move from one sheet to another I get the above error message referencing a choice that I've removed. Does anyone know if this is a bug or whether it's likely the variable (and the choice I've removed) is hard-coded somewhere obscure, and if so does anyone have any suggestions where to look or how to debug it?

Thanks!

Scott. ]]>
Date/Time: Excel import - dates parsed as numbers? http://forums.visokio.com/discussion/1931/datetime-excel-import-dates-parsed-as-numberss Fri, 30 Nov 2012 10:50:00 -0500 tommyc 1931@/discussions Merge/Append: Appending null files? http://forums.visokio.com/discussion/1922/mergeappend-appending-null-filess Tue, 27 Nov 2012 04:26:28 -0500 Maty 1922@/discussions Scripting: extracting specific token in text string? http://forums.visokio.com/discussion/1920/scripting-extracting-specific-token-in-text-strings Mon, 26 Nov 2012 04:13:53 -0500 naruemon 1920@/discussions
I have the data like the following:
-----------------------
index information
1 A,B,C
2 A,B,C
3 A,B,C
-----------------------

Is that possible to get the data in specific token using the separator ','?
The expected result is:
-----------------------
index information
1 A
2 B
3 C
-----------------------

I tried with SCRIPT function but get the error 'sun.org.mozilla.javascript.internal.InterpretedFunction@554eef31'

------------------------------
SCRIPT("
function getToken(sVal, iIndex, sDelimiter)
{

if (sDelimiter.length > 0)
{
var aSubString = new Array();
aSubString = sVal.split(sDelimiter);


if (iIndex > aSubString.length
|| iIndex < 1)
{
return null ;
}
else
{
return aSubString[iIndex - 1]
}

}
else
{
return null ;
}

}
"


, "sVal", [information], "iIndex", [index], "sDelimiter", ",", 50)
------------------------------

Please kindly suggest. Thank you.

Omniscope v.2.8 build 414]]>
DataManager: Copy & paste text inside blocks? http://forums.visokio.com/discussion/1297/datamanager-copy-paste-text-inside-blockss Sun, 12 Feb 2012 06:20:45 -0500 sherriff 1297@/discussions
Source>URL and
Operations>Text mine>Entity extraction.

Is there a way to enable Cut and Paste to save time and typing errors?]]>
Date/Time: Adding 10 min to a date/time value? http://forums.visokio.com/discussion/1916/datetime-adding-10-min-to-a-datetime-values Fri, 23 Nov 2012 10:57:56 -0500 sara_llamasoft 1916@/discussions - I have a date field [RouteDate], e.g. 8/12/2012 (Aug 12)
- I have a time field [StartTime], e.g. 12:45 (assume 24-hour time)
- I want to combine these into a date-time field and add 10 minutes, e.g. 8/12/2012 12:55. I'm trying to create a shipment delivery time window. Of course, I want this to be time-date math, so that if the time were 23:55, my new value would be 8/13/2012 00:05.

I tried many combinations of DATEADD, DATEVALUE, TEXTTODATE but nothing seems to yield the date-time value I'm after.

Any ideas would be most appreciated.
]]>
Cash Flow Statement http://forums.visokio.com/discussion/1913/cash-flow-statement Thu, 22 Nov 2012 12:44:26 -0500 nuriozlu 1913@/discussions i am wondering if i can manage it ? are there any experiences about it? demos? samples?

the hard part is putting them all together, and construct a view of how much recievables do we have and how much payables also in the same dashboard.
hopefully looking for your support
regards
Nuri]]>
Bar/line Graph Y-axis maximum value http://forums.visokio.com/discussion/1906/barline-graph-y-axis-maximum-value Mon, 19 Nov 2012 23:45:23 -0500 bmuller 1906@/discussions
I'd like to know if it's possible to specify a maximum y-axis value like in Excel. For example in the following graph I'd like to have the y-axis maximum value range be 100 instead of 60. Is this possible to do this without having to add a fake data point at the end of the graph?

image

Regards,

Brian

]]>
DataManager: Automatic Removal of Excel output blocks? http://forums.visokio.com/discussion/1909/datamanager-automatic-removal-of-excel-output-blockss Tue, 20 Nov 2012 16:24:00 -0500 benjamin 1909@/discussions
Every time I save and then re open the IOK file later, on the re-opening refresh the file always says it has removed these output blocks. Why is this and how do i stop it ? My version is Omniscope 2.7 stable release

Thanks, Ben
]]>
Date/Time: Day of week changing? http://forums.visokio.com/discussion/1898/datetime-day-of-week-changings Wed, 14 Nov 2012 12:27:08 -0500 ALC 1898@/discussions
Any suggestions on how I can fix this?

Thanks, Anna
]]>
Table View: sort by grouped subtotals? http://forums.visokio.com/discussion/1892/table-view-sort-by-grouped-subtotalss Sun, 11 Nov 2012 10:52:51 -0500 Alexander 1892@/discussions Am I doing something wrong or is this not possible? Thanks!]]> DataManager: "Error on line -1: Premature end of file"? http://forums.visokio.com/discussion/1891/datamanager-error-on-line-1-premature-end-of-files Sun, 11 Nov 2012 10:14:31 -0500 Alexander 1891@/discussions Aggregation: DM block - single average record unweighted? http://forums.visokio.com/discussion/1882/aggregation-dm-block-single-average-record-unweighteds Thu, 01 Nov 2012 14:11:54 -0400 ygulla 1882@/discussions
I need to aggregate all records into one "total" row. Field A needs to aggregate as an average weighted by Field B.

When I drop in an Aggregation block, don't select any splits and the choose function for Field A to be mean and the weight to be Field B. The resulting value is unexpected... the result seems to be an unweighted mean?

NB: to make it work I had to add a constant field One (equals 1 for all records) and "split" by it.

See attached file for a trivial example.

Edit: I use 2.7 b441 x64]]>
Outputs: Add/insert rows to database tables? http://forums.visokio.com/discussion/1889/outputs-addinsert-rows-to-database-tabless Fri, 09 Nov 2012 11:21:08 -0500 earheart 1889@/discussions
Am I missing something?]]>
Sources: Execute URL in email to download data? http://forums.visokio.com/discussion/1721/sources-execute-url-in-email-to-download-datas Tue, 21 Aug 2012 17:47:28 -0400 cgamolo 1721@/discussions I'm looking to pull a CSV report from a URL link in an email. Not sure if this is possible? I have already setup my email connector and this works fine. In the body of the email is a link to a report that will open a CSV file. Is there a way to execute that link and pull the data? Are there alternatives?]]> Time series - x-axis does not display the entire period http://forums.visokio.com/discussion/1874/time-series-x-axis-does-not-display-the-entire-period Tue, 30 Oct 2012 11:02:16 -0400 TTWB 1874@/discussions I'm pretty new to Omniscope, so sorry for my newbie question.

I'm working with time series, one variable (for the simplicity...) on a weekly level. Question is: My x-axis does not show the timeperiod from my datafile (xls). The Omniscope graph starts the data in week 1, instead of week 30 as in my excel file. See attached screendump. How can I fix this.
Thanks for your time ]]>
Filtering: Changing multiple tabs? http://forums.visokio.com/discussion/1880/filtering-changing-multiple-tabss Thu, 01 Nov 2012 10:23:03 -0400 kmatrix999 1880@/discussions
I want to set up a dashboard for each product (50 tabs), which I have done by duplicating the original dashboard and then changing the product filter on each tab.

The default is for all 53 countries, but I would like to be able to select a single country and change all of the tabs simultaneously. The Advanced Tab function doesn't appear to do this for me, so any ideas how I might achieve this?

I know that I could use record filters in DataManager to produce single country files, but for demo purposes I would like to use just a single, multi country, file. I'm using 2.8 build 329 x64]]>
Licensing: ServerPlus Export to .csv options? http://forums.visokio.com/discussion/1856/licensing-serverplus-export-to-.csv-optionss Tue, 23 Oct 2012 15:48:22 -0400 bgrovens 1856@/discussions
I have recently upgraded to the ServerPlus eddition of the software. Our end users have wanted to output data to .csv file's. However when you go to File > Export on the end users free Viewer, they are not allowed to change the filter. I'm a bit baffled ...by default the "All" selection is not set and the user can't change it. Can you verify the functionality for me? If this is accurate please, describe why it would be a problem to enable this feature? Thanks for the help.

image]]>
Automation: Passing calculated parameters? http://forums.visokio.com/discussion/1847/automation-passing-calculated-parameterss Fri, 19 Oct 2012 16:53:24 -0400 dnordhielm 1847@/discussions
As an example, suppose I have two tables, one where I have a list of people's names and genders. The name of the person that I'm interested in is stored in a parameter, but I'd like to be able to easily access that person's gender elsewhere in my workflow. Is there an easy way to do this? I included an example in the attachment with block notes describing my problem. Thanks!]]>
Refresh: Controlling auto-refresh? http://forums.visokio.com/discussion/1858/refresh-controlling-auto-refreshs Tue, 23 Oct 2012 16:13:14 -0400 earheart 1858@/discussions Deployment: Java Web Start not working? http://forums.visokio.com/discussion/1764/deployment-java-web-start-not-workings Fri, 14 Sep 2012 11:52:51 -0400 steve 1764@/discussions
You will see "Java(TM) Web Start Launcher has stopped working". Expanding "Problem details" and looking for "Exception Code" matching "c0000417" will confirm this issue.

The problem is caused by a bug in Java 7. You should revert to Java 6, until this issue is resolved.

Alternatively, edit the JNLP file (e.g. in notepad) and remove the "codebase" attribute of the "jnlp" tag. If you are launching from our website, you will need to download and edit the JNLP file. If you are hosting your own JNLP file, you should edit the file on the webserver. This workaround may have side-effects, such as inefficient JAR caching. See attached file, which will need to be renamed to have a "jnlp" extension.]]>
Formulae: CountIF work around? http://forums.visokio.com/discussion/1846/formulae-countif-work-arounds Fri, 19 Oct 2012 06:54:04 -0400 SherrickChavda 1846@/discussions
I am looking to generate a formula that can consecutively count all the occurrences of a value in another column. Maybe the attachment will help you to understand:

In Excel we have Cookie ID and the Touch Points column counts the consecutive individual events. Basically I want to replicate what is in the Excel image attachment in Omniscope.

The formula we use in Excel is below if that helps:
=IF(COUNTIF($A$1:$A$10,A1)>1,COUNTIF($A$1:A1,A1),"")

Thanks - Sherrick Chavda]]>
Deployment: Web Start - Java Web Start Error? http://forums.visokio.com/discussion/1851/deployment-web-start-java-web-start-errors Mon, 22 Oct 2012 16:31:45 -0400 TomRiggs 1851@/discussions Date/Time: splitting/aggregation/grouping by? http://forums.visokio.com/discussion/1842/datetime-splittingaggregationgrouping-bys Thu, 18 Oct 2012 04:48:18 -0400 ZhouNan 1842@/discussions
Many thanks!]]>
SUBSET functions: Non-empty record count? http://forums.visokio.com/discussion/1839/subset-functions-non-empty-record-counts Wed, 17 Oct 2012 05:34:17 -0400 mohamed 1839@/discussions
"SUBSET_NONEMPTYCOUNT([Sumofvalue], SUBSET2([Store Description],[Week]))"

Please see attached file and look at the formula "Week Count", the top value should return 34 but it returns 52. I am not sure where I am going wrong.

Please see the Pivot view, it shows the Weeks against all the stores where I see empty record, I would like to discard in the calculations.

Regards, Mohamed]]>
Scripting: 2 Fields into multi-dimensional array? http://forums.visokio.com/discussion/1825/scripting-2-fields-into-multi-dimensional-arrays Wed, 10 Oct 2012 11:59:14 -0400 Bart 1825@/discussions Import: Different behavior in identical Omniscope files/dataflows? http://forums.visokio.com/discussion/1834/import-different-behavior-in-identical-omniscope-filesdataflowss Mon, 15 Oct 2012 07:11:18 -0400 Alexander 1834@/discussions
The behaviour when running on my laptop is the desired behaviour. What do you advise? Thanks!]]>
File Security: Save option not appearing? http://forums.visokio.com/discussion/1835/file-security-save-option-not-appearings Mon, 15 Oct 2012 12:00:59 -0400 dszl136154 1835@/discussions
Where can I find the SAVE option? I attach a pic to show you what options I have.

Thanksimage]]>
Formulae: Sum/Average of a unique list? http://forums.visokio.com/discussion/1831/formulae-sumaverage-of-a-unique-lists Fri, 12 Oct 2012 12:37:21 -0400 benjamin 1831@/discussions
The reason i need unique list rather than the entire subset is because there are multiple loans per date per currency and the number of loans per currency at each date varies depending on whether they pay their loans or not.For instance GBPEUR 1.22 say 30/09/2012 and GBPEUR 1.19 on the 31/08/2012 now i could have 80 loans on 30/09/2012 and 20 on the 31/08/2012 which would get one answer or i could haev 20 loans on the 30/09/2012 and 80 on the 31/08/2012 taking the average of these would produce differenct (and incorrect answers).I would just like the simple arithermtric average of (1.19+1.22)/2

Have you got any ideas how Omniscope can do this ? Thanks Ben

]]>