NetSuite: Putting a Custom report on a Dashboard - netsuite

I just created a report of Type "Transactions". I needed a report for Item Receipts and this seemed to be the best thing.
The report is built and looks as we want. However, I cannot figure out any way to put it on the dashboard. It appears that Report Snapshots only work with built in reports. Is there any way to do this in this situation?

IF you are trying to add a Search Report , in home screen click 'personalise' then in 'standard content' select 'custom search'.
After that you can see a dashboard in your home screen. click on setup then add the search report you want to display

Related

Show a value only in a dashboard in azure?

I have following query:
AppMetrics | where Name=="ReportImported"| summarize Value=count()
I would like to show the value in a dashboard, and it looks like this:
Is there anyway to only display the number and not having it displayed as a list with a Value column?
You can use an Azure Monitor Workbooks to achieve this.
From your Azure Portal, go to Monitor and look for Workbooks on the left pane. Then click New to create a new Workbook, followed by the Add query button.
At this point you can already paste your query in the query console window. Select your Log Analytics Workspace and make sure to run the query to validate it works. Under the Visualization drop-down, choose Tiles and a new Tiles settings will appear on the right. Click on that to bring up the settings page.
Here the only thing I configured was the Left Tile field. Set your values accordingly and check the custom formatting box. Click Apply to see the changes reflect. You can explore other features here and then click on Done editing if you're satisfied. Finally, click on Done editing and save your workbook.
Now for the next step, the Workbook needs to be in edit mode again. Edit it and then click on the Pin icon. A pop-up shows up, explaining two options you have for pinning. Look to the right you'll see another 'item-level' pin. Click on that and choose your dashboard.
It should show up in your dashboard with the Workbook name as the title and a number as the only content of the tile.
It might seem a bit complex but that's the only method I found today, after struggling for a solution for a few weeks. Workbooks are very powerful and allow for very rich visualization!
There isn't a suitable tile in the Tile Gallery that can do this straight out of the box. There is a similar open idea on User Voice.
The closest I could get to doing something similar is by using the Workbooks feature in Azure Monitor, that would look like this when pinned to the dashboard:
Here are the steps to create the above visual:
Navigate to your Log Analytics Workspace
Create a new workbook > Add query
Add your log analytics query and run a preview
Configure the Tile settings as follows:
Change the Visualization dropdown to Tiles and then select Tile Settings.
Set the Title and select Left. Change the value for Use column: to Count, and Column Renderer to Big Number.
After saving the query step but before saving the workbook, select the pin option and pin this query step to your Azure dashboard as follows:
With this approach, you can leverage a range of visualization options and features that Azure Monitor Workbooks offer, creating rich visual reports and interactive experiences.

How to customize the Print Invoice/Memo report on the "Invoice and Memos" screen AR301000

Can you help me find the event that allows me to customize the Print Invoice / Memo button?
Invoices and memos:
I have tried to look for the method in this list and I do not know which one I should use.
Customize Invoice and Memos:
That action is running the "Invoice/Memo"(AR641000) printed form, if you want to customize the report you can edit AR641000 report.
If you want to change the report which will be printed you need to change the Automation Steps settings for the Report Action shown below:

How to fix drop-down responses document in lotus notes

Basically, I'm using version tracking to list down all edited document. When I see on notes, it's not created as a drop down and it just shows all record.
For example like this website. Provide by #umeli. But I can't seem to get it inside my lotus notes.
Like below this. I have this view inside my lotus notes. It just shows everything.
This is list inside my browser. It has like drop-down when I click, it will show all.
Like this. When I click, it will show all the history of the edited document.
Any advice that I can create a drop-down like in-browser inside my notes? Any help will be appreciated. Thanks!
Use Domino Designer to edit the No column. You need to select the "Show twistie ..." setting as described here.
Also, you may want to automatically collapse the view entries when the user opens the database. To do that, edit the view properties and select "Collapse all when database is first opened".

Automation on PowerBI using Python

I want to write python script to automate some process in dashboard of PowerBI.
My use cases are about:
Open powerBI and click to page 1 of dashboard.
click some filter and then capture the screen.
click the other pages and do step 2.
I try to run some command in https://github.com/dubravcik/pbixrefresher-python. It can open powerBI and refresh the data. So, I adapt some script from it.
Now, I can use pywinauto and pyautogui to do the above process. It can refer to buttons in ribbon tab but I want to refer to page tab and filter in the dashboard. pyautogui can refer to position in the screen by the pixel but it doesn't work in different resolution screen. Moreover, it hasn't exact format in each page of the dashboard.
I try to use swapy64bit to find a object value but it doesn't work in complex program like powerBI.
So, my problem is how to reference object in dashboard from powerBI (page, filter) using its unique value (such as variable name) instead of screen position.
Regards,
Example of my powerBI dashboard

PerformancePoint scorecard drill down

I have a scorecard with hierarchy in PerformancePoint dashboard.
By default everything is expanded (drilled down to the lowest level), is there any way I can prevent this, so when I load a scorecard everything will be collapsed (not drilled down) ?
Default:
Desired:
Select "all children" instead of "all descendants".
Atleast that did the trick for me when creating charts.
Right click on the dimension column of the Scorecard.
Click Select Members
Select Children of "All" as shown in image below.
Click OK
Save
Caution: If you expand any member and save, the score card will also appear expanded.
How you see the scorecard in Dashboard Designer, it will appear exactly the same in the Browser.
Thanks,
Merin
When you view the scorecard from dashboard designer, All you need to do is unexpand which levels you do not want to show. This will create a default for all your viewers to see.

Resources