Quantcast
Channel: User lisovaccaro - Stack Overflow
Browsing all 39 articles
Browse latest View live

Comment by lisovaccaro on Transfer Pivot Cache from a Pivot on one file to a...

I've been testing the second method (both SourceData are xlDatabase) however I get the error "Reference is not valid" on the line pivCache.SourceData = dataSource. I tried importing different pivots...

View Article



Comment by lisovaccaro on Transfer Pivot Cache from a Pivot on one file to a...

@OldUgly sometimes we need to import multiple pivots from different files into a single workbook.

View Article

Comment by lisovaccaro on How to change ListObject source from static data to...

I thought about turning off all formulas, however this wouldn't prevent Named Ranges from breaking, and I don't see any way to turn off all of those.

View Article

Comment by lisovaccaro on How to improve performance by saving results of...

I just edited the question to add the query, all tables used have a primary key instead of the FinancialsActuals table. Also I have added indexes when necessary. I have considered indexing the table...

View Article

Comment by lisovaccaro on How to improve performance by saving results of...

thank you Gordon, as requested I added the details of the query in the question.

View Article


Comment by lisovaccaro on Most efficient data type for arithmetic operations

I'm using SQL Server.

View Article

Comment by lisovaccaro on How to create a measure without aggregation?

For instance group D contains accounts 1 and 2. If you see the Costs table, 1 = $110+$150 and 2 = $130+$160. Since account 1 has a negative multiplier it's -$260 + $290 = $30. I'll post a results table...

View Article

Comment by lisovaccaro on How to create a measure without aggregation?

Hi Foxan, I cannot group the Costs table by Account as I have another columns in the table. What I did was add an Accounts table and make a many to one relatioship from the Costs table to it. Then I...

View Article


Comment by lisovaccaro on How do I make my function return 200 only after...

Hi, will that keep executing until there is a response? I understood I needed promises to guarantee that. Thanks.

View Article


Safari ignoring/removing anchors (or "hashtags") when clicking hyperlinks?

I need to point one page to another and then scroll to a particular section. In Chrome and Firefox, using an URL like www.example.com#section1 does the trick. (#section1 can be an anchor or an...

View Article

MySQL Group by UserID only show last post?

I'm trying to show a list with the last posts from each user. If I group by ID however I get the first post instead of the last. How can I group by UID and show only the row with the biggest Date?This...

View Article

Getline ignoring first character of input

I'm just starting with arrays in C++ and I'm having a problem getting the first character of an array.This is my code,1- I enter a name, such as "Jim"char name[30];cin.ignore();cin.getline(name, 30);2-...

View Article

How do I make a semi transparent background?

I need to make a white background 50% transparent without affecting anything else. How do I do it?

View Article


Is there an easy way to echo the users city?

I want to get the city the user is, I know geolocation isn't completely precise but I would like to get it so I show it as a suggestion to the users.Is there an easy way to get the users location? With...

View Article

javascript focus() not working on Firefox and IE?

I'm trying to appear a form and focus it, for some reason it only works on Chrome. How can I make it work across browsers?<script>function SearchCity(evt){...

View Article


Get length of array?

I'm trying to get the length of an array, yet I keep getting this error:Object requiredAm I doing something wrong?Dim columns As Variantcolumns = Array( _"A", "ID", _"D", "Name")Debug.Print...

View Article

How do I make a field autofocus?

I need this field to be focused when the user opens the page. I don't know if it changes anything but it's inside a modal window I load from a PHP file.Is there an easy way to do it?

View Article


How to detect when optional ByRef parameter was not passed

I'm trying to detect whether an opational parameter was passed but for some reason all the usual functions (IsMissing()/IsEmpty()/IsNull()) always return false.This is what I'm trying:Public Sub...

View Article

Image may be NSFW.
Clik here to view.

Get a list of nodes in an specific area?

I'm working in a side-scolling game and I need to know what nodes are in an area to implement something like "line of sight". Right now I'm trying using enumerateBodyiesInRect() however it's detecting...

View Article

Implode an array with ", " and add "and " before the last item

This array holds a list of items, and I want to turn it into a string, but I don't know how to make the last item have a &/and before it instead of a comma.1 => coke 2=> sprite 3=>...

View Article
Browsing all 39 articles
Browse latest View live




Latest Images