Skip to content

Instantly share code, notes, and snippets.

View chrisbrain's full-sized avatar

Chris Brain chrisbrain

View GitHub Profile
@chrisbrain
chrisbrain / gist:7950152b22ec474fd7d8
Created June 28, 2015 12:28
Simple QlikView/Qlik Sense load script for JIRA using QVSource
SET ThousandSep=',';
SET DecimalSep='.';
SET MoneyThousandSep=',';
SET MoneyDecimalSep='.';
SET MoneyFormat='£#,##0.00;-£#,##0.00';
SET TimeFormat='hh:mm:ss';
SET DateFormat='DD/MM/YYYY';
SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff]';
SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';
SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';
@chrisbrain
chrisbrain / gist:c29609471b7dcdb9d415
Last active October 19, 2019 07:00
QlikView/Qlik Sense Script to download email attachments using QVSource MailBox Connector
SET ThousandSep=',';
SET DecimalSep='.';
SET MoneyThousandSep=',';
SET MoneyDecimalSep='.';
SET MoneyFormat='£#,##0.00;-£#,##0.00';
SET TimeFormat='hh:mm:ss';
SET DateFormat='DD/MM/YYYY';
SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff]';
SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';
SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';