Change the default for Excel upload - acumatica

I have custom screens where I've used the functionality of uploading an excel sheet into a grid. The default dropdown is 'Update Existing'. What I would like to know is if there is a way to change the default to 'Insert All Records' from the dropdown. Shown below is an example of what I'm talking about:

Related

Get values of dropdown from Excel file

i'm new to VBA and i try to create a word document where the content of the document is shown based on the selection of two combo boxes.
i have an excel file with 3 columns, server, version and content
i want to fill one combo box with all the content of the column server and one with the content of version.
based on the selection underneath the content should be shown.
is there any way to achieve this or maybe do i need to change to a different solution?

Save filter view Excel 365

I have a huge Excel spreadsheet (36 columns) and applied filters on the header row. I made some configuration and now I have the filtered sheet.
Is it possible to save this filter configuration?
There was the option back in MS2007 (Custom views) but I cant find it in Excel 365.
In the "View" ribbon select "Custom Views" in the group "Workbook Views". If it does not appear go to options->customize ribbon-> select all commands-> find "Custom Views"-> add to a custom ribbon.
After filtering your table, click on "Custom Views" -> Add
This will save the table filtering among other things.
Keep in mind that Custom Views are worksheet-specific, meaning that a custom view only applies to the worksheet that was active when you created the custom view.
You can create a macro that will apply the filters to the table.
Developer Tab
Record Macro
Apply filters to table (you can even just edit the filter for each column and select "OK" to apply the filter you already have in place)
Stop recording Macro
From then on you can just run the macro you recorded and it will filter your table.

export Report in Excel using Bi publisher

I have two Layout in my Report(Report 1)
Under Report1 i have layout 1 and Layout 2
if i use Export to Excel option in Bi publisher then i am getting only layout 1 or layout 2 in excel.
I want the Report1 to be export in Excel file named as 'Report1.xlsx' and having two worksheet one with name 'Layout1' and next with 'Layout2'
Note:Report is an on demand report .it should be View in online then export in Excel .please provide an workaround to achieve it
One workaround is to add all the content in one layout and use Page Breaks to split the content. Then go to the report Properties and set the option Page Break as New Sheet to True . This will break the content in some sheets in excel depending on the number of page breaks you use. The downside is that when in Interactive view all the content will be in the same page.
Hope it helps!

Download data to Excel from a web widget in icCube

Is it possible to add additional information on the table that is downloaded to Excel from an icCube widget.
Now, only the labels on the columns and rows is displayed, including - of course - with the formatted data.
Is it also possible to show the labels in the WHERE/SUB QUERY statement.
That would give the user the context of the data downloaded.
On icCube 5.1.3 Reporting you must to pick a button from tools/utilities option and place it, now edit it, in the items wizard tab ,click on + and add a new item,fill the "caption" and "event name" fields, now edit your icCube object and go to the events tab put the name of the event in your button("event name") in the "do Export To Excel" field.

Dynamically change chart after clicking an icon in Excel

I am doing a dashboard. To resolve the problem with the space, I would like to show a chart which changes depending of which icon an user clicks (see image in following link: http://screencast.com/t/IvzllhxCi).
Charts are already done and ranges defined. The chart showed in the dashboard was inserted using the "Paste picture link" function (sorry if this is not the correct name, but I use Excel in spanish). I assume, that the best way to do it is creating different macros which define the data of a chart and are fired which every icon click, but... is there a more efficient way to do it?
How about just creating all the charts, putting them on top of each other and then showing / hidding the appropriate chart when a user clicks the icons via:
chart.Visible = xlSheetHidden;
And
chart.Visible = xlSheetVisible;

Resources