Oracle JET Date picker in large Size - jet

Is there any option to change the size of Oracle JET date picker to large or medium. Currently it is display in same size in all different screen modes - sm/md/lg
I tried looking oracle JET documentation for the available attributes

Related

Kusto Query for aggregated Graphs in Dashboards (ADX)

I am creating dashboards in Azure data explorer (ADX) with Kusto Query Language. In ADX I have an option to create multiple charts within a single Dashboard by using Add tile option. But I would like to know is there a way to use one Query to create aggregated charts (skip the Add tile option).
for example - I have a table that has Virtual machine OS , status, size, cost . In a single Dashboard I need to have 2 seperate graphs. 1) Status of diff VM with OS, 2) Size and cost of VM in second graph. So I need to aggregate the graphs within dashboard. I am not sure how to seperate 2 Queries in same Dashboard. I did search and did not find any results.Thanks for support.
This capability does not exist today but it is high on the list of future improvements. Feel free to add a suggestion though in the Azure data explorer user voice

How can I use Ms Access Date/Time Extended data type

Ms Access documentation suggests there is a data type called "Date/Time Extended" which:
The Date/Time Extended data type stores date and time information and is similar to the Date/Time data type, but it provides a larger date range, a higher fractional precision, and compatibility with the SQL Server datetime2 date type.
However I cannot select this as the option is not in the table design Data Type drop/down list.
My version is Microsoft Access for Microsoft 365 (16.0.12827.20328) 64-Bit.
How can I use the "Date/Time Extended" data type?
As far as I can tell, Date/Time Extended is not yet available in the latest release builds.
The documentation seems to be ahead of the actual release.
If you need it regardless, go to the Account page, and sign up for Office Insider, the beta channel, then click update options, and Update Now.
After that, it's in the dropdown for field types. Note that using it will break compatibility with previous versions of Office.
I can currently use the Date/Time Extended data type, and am on version 16.0.13012.20000 (latest beta channel).
Note that I strongly recommend on refraining from using this type for other purposes than testing until it's in a release version and you're 100% sure everyone using the database you intend to use it in has updated to a version that allows it.
Seems it was released in May see Office Insider Monthly (Targeted) v2005 build 12827.20210 - May 21.
But you have to enable it in Options first.
As of today it should be availible on all channels except Semi-Annual Enterprise Channel.
To get your general release number (starts with 200X), check Word for Office Version.

Culture specific dates Report Builder 3.0

I have a report that will be published for consumption in both the US and the UK. I thought report builder would display the dates based on the users specific OS Culture. To test this out I changed my PCs Culture to French and the dialog in report builder showed the proper formats, but when I run the report it still shows in the US Format.
The backend SQL Database is in the US.
My other option is to use YYYY-MM-DD, but I'd rather show the dates in the users preferred format.
You can control the display format of dates, numbers etc. by setting the Language property of the affected textboxes (or the entire Report). If you don't set this property then these types of data are rendered using the culture settings of the Report Server (in your case this will be U.S. formats).
To make your report responsive to the culture setting of the client PC you can set the Language property (of the whole Report or individual text boxes) using the expression
=User!Language
More information: http://technet.microsoft.com/en-us/library/ms159642.aspx

Barcode printing & scanning

Dynamics AX 2012 provides barcode integration only in retail module, can I somehow enable this functionality in other areas, as in, I want to attach a barcode with item and then transfer inventory from one warehouse to other by scanning the barcode.
Please guide.
You will need an item bar code report. Look on SSRS report WMSLocationLabel to see how it is done.
The scanning requires a bar code scanner (surprise). If your cursor is at item number field your scanner will input the item number when scanned.

Import User Photo Library Albums

I am trying to import, not just multiple photos at a time, but also multiple albums (or single if impossible) at a time.
Basically I want to implement something similar to stock Picture Frame App on iPad. The way it lets you select albums (iPad Settings>Picture Frame).
So far I am under the impression that UIImagePickerController is not simply powerful enough for this. I did find ALAssetsLibrary promising, but nothing is successful yet.
All I need is a given NSArray of photos from a given photo album.
Use ALAssetsGroupType. Its a bitfield to identify types of asset.
typedef NSUInteger ALAssetsGroupType;
Availability: Available in iOS 4.0 and later.
Declared In: ALAssetsLibrary.h
Types of Asset
ALAssetsGroupLibrary
ALAssetsGroupAlbum
ALAssetsGroupEvent
ALAssetsGroupFaces
ALAssetsGroupSavedPhotos
ALAssetsGroupPhotoStream
ALAssetsGroupAll
Example code:
[assetsLibraryObj enumerateGroupsWithTypes:ALAssetsGroupSavedPhotos usingBlock:listGroupBlock failureBlock:failureBlock];
ALAssetsGroupLibrary
The Library group that includes all assets that are synced from iTunes.
Available in iOS 4.0 and later.
Declared in ALAssetsLibrary.h.
ALAssetsGroupAlbum
All the albums created on the device or synced from iTunes, not including Photo Stream or Shared Streams
Available in iOS 4.0 and later.
Declared in ALAssetsLibrary.h.
ALAssetsGroupEvent
All events, including those created during Camera Connection Kit import.
Available in iOS 4.0 and later.
Declared in ALAssetsLibrary.h.
ALAssetsGroupFaces
All the faces albums synced from iTunes.
Available in iOS 4.0 and later.
Declared in ALAssetsLibrary.h.
ALAssetsGroupSavedPhotos
All the photos in the Camera Roll.
Available in iOS 4.0 and later.
Declared in ALAssetsLibrary.h.
ALAssetsGroupPhotoStream
The PhotoStream album.
In iOS 6.0 and later, this also includes Shared Streams.
Available in iOS 5.0 and later.
Declared in ALAssetsLibrary.h.
ALAssetsGroupAll
The same as ORing together all the group types except for ALAssetsGroupLibrary.
Available in iOS 4.0 and later.
Declared in ALAssetsLibrary.h.

Resources