SQL functions editting

arthur_w

New Member
Joined
May 12, 2021
Messages
16
Office Version
  1. 365
Platform
  1. Windows
By god almighty, i haven't found a single way to edit this function....
Its called from SQL through VBA, when you open SQL in excel it is defined as a formula, but clicking on it only allows me to fill specific parameters.

Trying to edit on query it only opens a function that calls that very same item, instead of editting it.
Code:
}[Data],
    dbo_fnVendasMes = dacoes{[Schema="dbo",Item="fnVendasMes"]}[Data],
    #"Função Invocadadbo_fnVendasMes1" = dbo_fnVendasMes(null, null)
in
    #"Função Invocadadbo_fnVendasMes1"
]

I can't google because i have not found a name for this funcion that doesnt guide me to the above function change instead of changing the item/funcion thats been called
1649878386611.png
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.

Forum statistics

Threads
1,215,945
Messages
6,127,840
Members
449,411
Latest member
adunn_23

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top