Skip to main content

Questions tagged [parameters]

Parameters are a type of variable used in a subroutine to refer to the data provided as input to the subroutine.

parameters
1 vote
0 answers
58 views

Argument passing and dangling pointers [duplicate]

I know that, in general, when calling a function, the evaluation of the arguments of the function call can happen in any order, but I'm in doubt about this particular situation (imagine T has a move ...
ABu's user avatar
  • 11.4k
1 vote
1 answer
24 views

Is it possible to modify the 'Step Into' functionality of the python debugger not to iterate the lines with the function parameters?

Let's say I am working on the following python code: def f(a, b, c, d): print(1) f(a=1, # breakpoint b=2, c=3, d=4) After hitting the breakpoint when I try to 'Step Into' ...
Marcin Knapik's user avatar
0 votes
1 answer
34 views

How to make Log Analytics pinned parts to work with Azure Dashboard filters (parameters)?

I've found a Microsoft info like this: https://techcommunity.microsoft.com/t5/azure-observability-blog/log-analytics-pinned-parts-now-works-with-azure-dashboard/ba-p/2193071 But there is no technical ...
Tomasz Wieczorkowski's user avatar
0 votes
0 answers
29 views

Query Designer - SSRS Report - Restrict Parameters by Other Parameters

We have a report in SSRS build using query designer that lives on top of data that comes from the data warehouse. The set up looks like this. How do I restrict one column by another column. Only ...
Elizabeth's user avatar
  • 763
1 vote
0 answers
37 views

How to Remove 'Select All' Option in SSRS While Allowing Multiple Values?

I'm working on an SSRS report where I need to allow users to select multiple values for a parameter. However, I want to hide the default "Select All" option that appears when "Allow ...
Mohammad Shehroz's user avatar
0 votes
0 answers
13 views

Hrv frequency parameter fft-method unit question

I've been working on a function to detect the LF and HF of animal ECG. The final output unit should be milliseconds squared (ms²). However, I'm not sure if my conversions are correct. I found some ...
xuanxuan Wu's user avatar
0 votes
0 answers
28 views

Invalid length parameter passed to the RIGHT function. SQL

I have this code in my View on a sql database RIGHT([Site].Site, CHARINDEX('-', REVERSE([Site].Site)) - 2) AS [Project Code] and it's causing this error as there are some entries that would make it ...
Dasal Kalubowila's user avatar
0 votes
2 answers
25 views

How to get the current function name and file name and location (path) in python ? And how to get the calling function data as-well?

I've been searching for some useful code examples on this subject for creating a simple logger for my program. Here are the things I've searched: Getting the current function info (name, arguments, ...
JamesC's user avatar
  • 496
0 votes
1 answer
38 views

How to get references right for package parametrisation

I have for long time made good use of what I call package parametrisation which means that all components in the package get adapted for a change of a parameter on the package level. The advantage ...
janpeter's user avatar
  • 892
0 votes
0 answers
3 views

knitting selected sections of an R Markdown

I'm using R to work my way through some homework questions- I need to upload a document for each specific question. Is there a way to use knit to render a specific parameter? for example in my reprex ...
Rob McNeil's user avatar
0 votes
2 answers
25 views

Count of rows that are indirectly related

I have a powerbi report using data about zoom meetings in my organization. I have an org table with all of our employeees, linked to my fact table (zoom attendance) via a bridge table (Email to MMID ...
Zoidberg's user avatar
-1 votes
1 answer
22 views

SSRS Wildcard Search for several words in a single field

I have a query with a wildcard parameter to search for any part of an action in the 'regardingobjectidname' field: WHERE FilteredActivityPointer.regardingobjectidname LIKE '%' + @Action + '%' The ...
Paula Morrison's user avatar
-1 votes
0 answers
32 views

ASP.NET How to pass a value to another site?

I have two separate websites. The main site requires a login. A menu on my website should redirect the user to a different website and pass to it the username of the logged in user. I have the ...
Mohsen Azizi's user avatar
0 votes
1 answer
33 views

How can I inline parameters in EFCore?

Then track performance of query you can invoke ToQueryString method. If you have a lot of parameters in query it just add @p1, @p2, etc. What to do if you want inline it?
CMaker's user avatar
  • 664
0 votes
0 answers
21 views

i have issues with configuration of odoo 17 along with pycharm

i've tried to configure an external odoo.conf file in conf folder under hospital management system when i tried to run i've got this error: Usage: odoo-bin server [options] odoo-bin server: error: ...
tony's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
1526