Tagged with date-time-formatting - Visokio Forums http://forums.visokio.com/discussions/tagged/date-time-formatting/feed.rss Mon, 30 Oct 17 11:34:57 -0400 Tagged with date-time-formatting - Visokio Forums en-CA Date and time formatting: Times changing? http://forums.visokio.com/discussion/3258/date-and-time-formatting-times-changings Tue, 18 Jul 2017 14:54:25 -0400 kim2604 3258@/discussions Date/ week calculation: Date minus an integer http://forums.visokio.com/discussion/3166/date-week-calculation-date-minus-an-integer Wed, 24 Aug 2016 07:40:38 -0400 craven99 3166@/discussions
I have a week field - which was duplicated from a standard date field and works fine. But our payroll team work on a back week so they wish the filter to be the current displayed week minus 1 week. So Omniscope is correctly stating week 34 - but my team need it to show week 33. Can for the life of me figure out how to get the field to show this - am I missing something simple?]]>
Demo: Dynamic calculation of investments with different maturity dates http://forums.visokio.com/discussion/3033/demo-dynamic-calculation-of-investments-with-different-maturity-dates Tue, 17 Nov 2015 07:16:46 -0500 paola 3033@/discussions First step is calculation of number of days between today and the investment maturity date:
DATEDIFF(NOW, [Date], "days")  

By using NOW function, this calculation will keep the report up-to-date, always returning the latest breakdown.
It is also possible to 'fix' the date and use DATEVALUE("dd/MM/yyyy") instead of NOW, e.g. DATEDIFF(DATEVALUE("01/10/2015"), [Date], "days") .
Second step is to create irregular time intervals, that will 'bucket' the records and be used for sum calculation.

IF(
[Difference days]<1,"matured",
[Difference days]<2,"1 day",
[Difference days]<8,"1 week",
[Difference days]=<31,"1 month",
[Difference days]<92,"3 months",
[Difference days]<184,"6 months",
[Difference days]<366,"1 year",
[Difference days]<1096,"3 years",
[Difference days]<1827,"5 years",
[Difference days]<2557,"7 years",
[Difference days]=<3653,"10 years",
[Difference days]>3653,"over 10 years",
null)  

Aggregation and summing of investment amounts for each period is done in the Bar/Line view.]]>
Date/Time: Upcoming Leap Second - No effect on Omniscope use http://forums.visokio.com/discussion/2959/datetime-upcoming-leap-second-no-effect-on-omniscope-use Mon, 22 Jun 2015 07:16:58 -0400 paola 2959@/discussions
Omniscope is tolerant of much greater system clock changes than one second. Additionally it is a Java based application and the current versions of Omniscope use a recent version of Java, which has been patched to include fixes for leap seconds on all supported platforms.
]]>
Date/Time: DateToText Function, using "yyyy" and not "YYYY" http://forums.visokio.com/discussion/2885/datetime-datetotext-function-using-yyyy-and-not-yyyy Wed, 25 Mar 2015 14:08:27 -0400 benjamin 2885@/discussions Using the DatetoText function results in errors when you use dates near the end of the year (anywhere from the the 29th-31st of Dec)
Example :
DATETOTEXT(date(2013,12,31),"YYYY")

Thanks, Ben]]>
Scheduler: PDF Batch date/time error? http://forums.visokio.com/discussion/2451/scheduler-pdf-batch-datetime-errors Wed, 22 Jan 2014 10:23:00 -0500 Alexander 2451@/discussions
I get an error in one of our schedulers. The error is "DUMP BUG HANDLER Header Foutrapport Message Unable to re-parse: time -262800000 s 196901 f yyyyww"

This causes the batch output to skip files that needed to be generated. All PDF files that need to be published in this tasks are skipped.

Please advise asap.

Thanks!
Alexander]]>
Bar/Line View: Display of last weekly split by Date/Time field? http://forums.visokio.com/discussion/2779/barline-view-display-of-last-weekly-split-by-datetime-fields Thu, 04 Dec 2014 14:31:02 -0500 rajeshbalu29 2779@/discussions I have found that there seems to be a display issue when we use the date field in the split for 1 week which shows for the week starting 30th Nov 2014 to 6th Dec 2014. It is currently showing the label "30 to 6 Nov, 2014" which really should be showing "30 to 6 Dec, 2014"?

Please find the attached screenshot and let me know if you have a fix for this in any build.

Note: Currently I'm using the latest stable build for Visokio 2.8 b1287.]]>
Date/Time: How to display day of week? http://forums.visokio.com/discussion/2796/datetime-how-to-display-day-of-weeks Fri, 19 Dec 2014 10:38:57 -0500 cristian 2796@/discussions I want to create a chart that has days 1-31 on the x-axis. Aggregation is on sales amount. I have a table with transactions for each day for a complete year and I want to show the sales per day regardless of month. Is there a date function that extracts the day of the date? I tried to use the Expand Values block but I can't choose my date field in "Field selection" of the block. Any suggestions?

Br
Cristian]]>
Formulae: Identify date/time in the next 60 minutes http://forums.visokio.com/discussion/2764/formulae-identify-datetime-in-the-next-60-minutes Mon, 24 Nov 2014 04:15:48 -0500 nash 2764@/discussions
Date Result
15.05.2014 15:05:55 no
15.05.2014 17:10:55 yes
15.05.2014 17:20:55 no

I tried a similar logic as for moving average, but it didn’t work. I am not sure why. Maybe the date/time format works differently. ]]>
Formulae: Date/Time format for cumulative hours beyond 24? http://forums.visokio.com/discussion/2758/formulae-datetime-format-for-cumulative-hours-beyond-24s Mon, 10 Nov 2014 15:49:12 -0500 aozols 2758@/discussions
The issue that I'm running into is when summing my "total session duration" date field. The HH:mm:ss format works up until the hour parameter hits 24 (as the setting for HH is a 24-hour clock). Is there a way to get around this 24-hour restriction? Should I be using a different format?

Example attached.

image]]>
Date/Time: Calculating and comparing durations? http://forums.visokio.com/discussion/2673/datetime-calculating-and-comparing-durationss Tue, 05 Aug 2014 11:27:44 -0400 chrisamott 2673@/discussions
I have used the DateDiff function to calculate the difference between Start and End but it produces a decimal number. I have tried many different formulae and reformatting measures to compare the Time Period with my calcualtion but they all fail.

Either Omniscope cannot parse the decimal or it doesn't recognise the time to convert it to text. I can easily paste the Time Period into Excel and reformat as a general number and it produces a decimal that compares favourably with my DateDiff but I need to do this in Omniscope.]]>
Date/Time: Custom "smart labelling" http://forums.visokio.com/discussion/2649/datetime-custom-smart-labelling Wed, 16 Jul 2014 04:57:56 -0400 nash 2649@/discussions
I want to show the spendings on the year base in the bar/line view, so I split on the date field and take the interval “1 Year”.
The result is that the bars are labeled by year and it is not clear that the year 2014 is not a full year.

My question is, if a custom labeling is possible? For example "2014 ytd" or Min and Max Values of this year: "01.2014-06.2014"

Thanks
]]>
Date/Time: inconsistent formats in a Date field http://forums.visokio.com/discussion/2611/datetime-inconsistent-formats-in-a-date-field Mon, 23 Jun 2014 12:57:31 -0400 paola 2611@/discussions
image
Another useful example :
4/18/2015 1:31:09.000000 AM
translates into Omniscope format
M/d/yyyy h:mm:ss.SSS a]]>
Export: Date/time formats to Excel on a new PC? http://forums.visokio.com/discussion/2602/export-datetime-formats-to-excel-on-a-new-pcs Tue, 17 Jun 2014 12:55:28 -0400 Panos 2602@/discussions
I face some issues with the date format. While all the dates are formatted properly on my Omniscope final box (dd/mm/yyyy), when I publish the file in Excel format, some of the dates change on text format (mm/dd/yyyy hh:mm:ss) and the rest are still on date format (mm/dd/yyyy).

I started to face that issues since I changed my PC, I am telling that just in case there is an option I have to change.

Thanks, Panos]]>
Date/Time Format - Convert month name to number? http://forums.visokio.com/discussion/2593/datetime-format-convert-month-name-to-numbers Wed, 11 Jun 2014 16:08:33 -0400 Valentina 2593@/discussions
I have a Date column which returns the dates in the following format: Mon May 26, 2014.
I want to convert this which is a text format to a date format. What makes it difficult is the month which is represented as text.

Is it possible to do this using a formula?

Thanks in advance]]>
Sorting: Mondays first in Table View? http://forums.visokio.com/discussion/2574/sorting-mondays-first-in-table-views Thu, 29 May 2014 08:01:07 -0400 Panos 2574@/discussions
Thanks, Panos]]>
Display: Localisation/field formatting for browser versions (2.9+) http://forums.visokio.com/discussion/2565/display-localisationfield-formatting-for-browser-versions-2.9- Fri, 23 May 2014 09:48:49 -0400 Peter 2565@/discussions image
Fields with dates and numbers are formatted according to the field settings and timezone in the IOK file.
Abbreviations are now more accurate throughout the application.]]>
Date/Time: How to convert Unix timestamp? http://forums.visokio.com/discussion/2431/datetime-how-to-convert-unix-timestamps Tue, 17 Dec 2013 03:53:07 -0500 naruemon 2431@/discussions Even I did as suggested in below link:
http://www.visokio.com/dates-and-times

It could show datetime but still not valid:
Ex: Unix Timestamp 1387265894
Follow the link the result will be: Jan 17, 1970 8:21:05 AM
Actual value should be : Tue, 17 Dec 2013 07:38:14 GMT

Moreover, when followed the method as suggested in the link, in 'Field Organizer' the data type still be integer. So we could not use this value to do the calculate in any datetime functions.

Version: Omniscope 2.9 build 699.]]>
Pivot View: Date & Time Fields and Top 5 Text Categories. http://forums.visokio.com/discussion/1506/pivot-view-date-time-fields-and-top-5-text-categories.- Fri, 27 Apr 2012 01:53:12 -0400 rajeshbalu29 1506@/discussions
I have a requirement of creating a pivot with x-axis as months - MMMyy and y-axis by top 5 Categories. Currently, the Pivot View is only supports aggregation by Text Category, but if I convert the MMMyy from Date/Time to Text Category, then it does not automatically sort them properly (chronologically)?

Also I need the same feature which we had in the Bar/Line View restricting only top 5 Text Categories in the Pivot y-axis view?

Regards, Rajesh B]]>
DataManager: Omniscope 2.8 - date format error? http://forums.visokio.com/discussion/2272/datamanager-omniscope-2.8-date-format-errors Thu, 01 Aug 2013 11:35:30 -0400 acohen 2272@/discussions
Can this be corrected asap?]]>
Formulae: Entering literal Date/Time values in formulae http://forums.visokio.com/discussion/2289/formulae-entering-literal-datetime-values-in-formulae Wed, 14 Aug 2013 14:38:32 -0400 tjbate 2289@/discussions and the Date/Time formatting mask characters specifying the exact Date/Time format the literal value will be compared with inside single or double quotes:

image]]>
Date/Time: Crossing time zones in version 2.7? http://forums.visokio.com/discussion/1614/datetime-crossing-time-zones-in-version-2.7s Wed, 20 Jun 2012 01:38:51 -0400 rajeshbalu29 1614@/discussions There is a issue in a bar chart axis as attached 2 snapshots one from a licensed version which displays the months properly but if I send the same IOK file to the user who is having a free Viewer access with build 296, the month in axis starts with one month before. Please find the below attached snapshot and let me know icase of any updates on the same.

Regards, Rajesh B]]>
Aggregation: all dates into one date? http://forums.visokio.com/discussion/2277/aggregation-all-dates-into-one-dates Thu, 08 Aug 2013 13:02:20 -0400 amitbdesai 2277@/discussions For e.g: there are 10 times this date 8/1/2013 with different value in revenue.
But i want to aggregate all this into one with aggregation of sum of revenue and only one time date i.e 8/1/2013.
How can i do this?]]>
Connectors: DoubleClick-Text to date conversion with time zones? http://forums.visokio.com/discussion/2021/connectors-doubleclick-text-to-date-conversion-with-time-zoness Mon, 18 Feb 2013 10:49:13 -0500 ALC 2021@/discussions
Thanks, Anna
]]>
Date/Time: Display/filter on symbols for Quarters? http://forums.visokio.com/discussion/1747/datetime-displayfilter-on-symbols-for-quarterss Wed, 05 Sep 2012 21:08:52 -0400 hgross 1747@/discussions http://www.visokio.com/dates-and-times]]> Date/Time: Reformatting dates imported as integer numbers? http://forums.visokio.com/discussion/2048/datetime-reformatting-dates-imported-as-integer-numberss Wed, 13 Mar 2013 12:53:00 -0400 grahamb 2048@/discussions Date/Time: Sorting Category filters by Date? http://forums.visokio.com/discussion/2038/datetime-sorting-category-filters-by-dates Wed, 06 Mar 2013 09:01:35 -0500 PaulChapman 2038@/discussions
I have not found a way of re-sorting the filter to let me choose the order I want. This is a problem when I want to use pane's side by side, with the oldest date at the top rather than the alpha date at the top. Can anyone suggest a way of doing this?

Thanks, Paul]]>
Dates/Times: organising weekly data by Mondays? http://forums.visokio.com/discussion/2007/datestimes-organising-weekly-data-by-mondayss Thu, 07 Feb 2013 11:00:43 -0500 peraltar 2007@/discussions
Thanks, Peralta]]>
Date/Time: Converting Numeric to Date? http://forums.visokio.com/discussion/1995/datetime-converting-numeric-to-dates Thu, 24 Jan 2013 07:46:59 -0500 Mees 1995@/discussions
The result is that some values are set to null and I can't figure out why this is? Just to be sure, is this the correct way to do this or should I use something else? We often use this type of editing and it normally works just fine.
Thanks]]>
Date/Time: Week 1 2013 in Week Format? http://forums.visokio.com/discussion/1978/datetime-week-1-2013-in-week-formats Thu, 10 Jan 2013 06:16:48 -0500 EnyaVDW 1978@/discussions
I am having a problem with changing week one of 2013 from text field into a date/time field.

As you can see in this first screenshot, I already have my year-week data as a text field.

image

I would like to change this into a date/time field because I'm doing a weekly update for a client since 2011 and the 2011 and 2012 data/time data contains a date/time field and no text field. All data has to have the same type of field of course. So there is no option to leave this data in text field for 2013... When I change my year-week field into date/time, it changes all data except the first week of 2013, it leaves those cells blank... (See image below)

image

I do not have version 2.8 yet because it is still in its testing phase. Neather can I use the function you have mentionned in another discussion because that will leave my column in a text field.

Do you have any idea how to solve this problem?
Or should I install the 2.8 version to be sure that it works? I am just a little bit scared that it will change my data of 2011-2012 because of some new options.

Thanks in advance,

Enya]]>