5,375
questions
0
votes
0
answers
49
views
Macro to hide/unhide columns in Excel Table is very slow after a data refresh
I have a large Excel workbook that imports data from some local SQL servers via Power Query and performs a bunch of calculations on the imported data in an Excel Table. Because the table containing ...
0
votes
0
answers
47
views
Refresh materialized concurrently suddenly stopped working
I have about 10 materialized views that get refreshed every day. One of them actually every 10 minutes
The problem is that suddenly, the concurrently stopped working. I get the following error
SQL ...
0
votes
0
answers
16
views
Changes in frontend not reflected in production without manually hard refresh
I using next js 12.3.4 problem is that
when I push new static front end related changes in production its not showing without hard refresh. to create similar situation on locale I test that
on one ...
0
votes
0
answers
45
views
Clear Power Query Cache (in Excel via VBA) before Refreshing the query
I've been seeking an answer to this question for some time... and have not found a solution. Any help you can suggest is appreciated. I'm using a Windows machine. I've drawing a table or records after ...
0
votes
0
answers
13
views
Nhibernate Invalid cast after Refresh newly created object
I have a class called Invoice and 2 other related classed that because it's a legacy system we have some different implementations in one:
InvoiceDetails
ManyToOne(k => k.Invoice, m =>
{
...
0
votes
0
answers
28
views
Excel Refresh using win32com
def excel_refresh_query_replace(path, query_list = [], old_str = '', replacement_str = '', index_update = False, max_bk_date = '', sub_list = []):
Application = Dispatch("Excel.Application&...
0
votes
1
answer
268
views
release 23 is not found in system
i'm coding spring boot and my vscode got this problem
The project was not built due to "release 23 is not found in the system". Fix the problem, then try refreshing this project and building ...
0
votes
0
answers
26
views
In my Android app Fcm triggering token refresh hugely without any app install from past 2 days
Previously we used to get fcm push token refresh around 2000 a day. Now it's increased to 500k a day. Due to this uninstall are to increased.
Anyone faced this problem and resolved the issue? Most of ...
0
votes
0
answers
31
views
ADFS RefreshToken (SSOLifetime) Not Working
I have gone Through all documentations available from microsoft and every question here in stack overflow.
There is no information as to why would the SSOLifetime setting in AD FS not work or not ...
-1
votes
1
answer
73
views
getting error when scheduled refresh reports in power bi
There are some reports in power bi report server. Each of these reports has scheduled refresh times. However, some reports give a memory error error during scheduled refresh. Delays occur in the work ...
0
votes
0
answers
61
views
Microsoft Excel VBA does not refresh all data connections
I have a problem with a VBA in my Excel file.
The Excel file uses a data model as well as several pivot tables.
The VBA is used to refresh all data connections when the file is opened for the first ...
0
votes
0
answers
36
views
How to full refresh taskbar and opened explorer.exe windows?
I need to refresh the taskbar and all explorer.exe windows like Windows 11 does when we switch to dark mode for example.
The following line, for example, refreshes all explorer.exe windows except the ...
0
votes
0
answers
21
views
WidgetKit Mac OS only refreshing one widget
I have a Mac OS application providing widgets with Intent using WidgetKit.
There is no timeline and the widgets need to be refreshed using:
WidgetCenter.shared.reloadAllTimelines()
My issue is that it ...
0
votes
0
answers
17
views
Why data entered in previous textfields is vanishing (page is refreshing) even though the onClick event is set on a non-submit button? [duplicate]
I have setup a webpage with two input fields (type number) and a button.
The button has an onClick event setup which is a function that picks values from the input fields and creates a label inside ...
0
votes
0
answers
11
views
Meaning of 'In production' Google refresh token, project needs to be private
I have made a desktop application with an ipwOAuth component of IPWorks 2020. The app just sends mail using a Gmail account. All goes very well but I found out that the refresh token has a lifetime of ...