Questions tagged [custom-code]

73 questions
16
votes
1 answer

How to loop rows of dataset in Reporting services rdl custom code

How can I loop through the rows of a dataset in the custom code? I have a report containing a dataset. I pass the dataset as a parameter to the custom code function. But what then? Where is a reference about the available members etc.? Here is my…
kcode
  • 1,220
  • 1
  • 18
  • 34
8
votes
3 answers

How can I reset the dropzone in this code?

Dropzone.options.imageFile = { url: HOST_NAME + USER_NAME + BUILDER_API +'image/', method: 'POST', // enter code here acceptedFiles: '.jpg, .jpeg, .png', paramName: "imagefile", // The name that will be used to transfer the file …
rsudip90
  • 799
  • 1
  • 7
  • 24
8
votes
5 answers

How should I move my code from dev to production?

I have created a PHP web-application. I have 3 environments: DEV, TEST, PROD. What's a good tool / business practice for me to move my PHP web-application code from DEV to TEST to the PROD environment? Realizing that my TEST environment still only…
Teddy
  • 81
  • 1
  • 2
4
votes
1 answer

There is an error on line 58 of custom code: [BC30201] Expression expected

When we deploy a report SSRS generates the following error: There is an error on line 58 of custom code: [BC30201] Expression expected However, the report works fine on preview mode and displays the field correctly. The custom code segment here…
Eon
  • 3,833
  • 10
  • 46
  • 75
3
votes
1 answer

Drupal 8 how to create a template for a custom block type

I want to create a template for a custom block type I've created by going to structure/block layout/ types/ add custom block type. The type I've created is called menu. How do i create a template for this custom block type from here? I'm not as…
2
votes
2 answers

How can I add custom code to the header

How can I add the following line to the header, in a component?
Mokus
  • 10,174
  • 18
  • 80
  • 122
2
votes
1 answer

Display featured products first and Out of stock products at last in shop page

I need to display the featured products in top of the shop page and also needs to display out of stock products in the bottom of the list. I am able to make the out of stock products in the bottom with the following code but it re-orders the…
Abdul
  • 55
  • 6
2
votes
2 answers

SSRS expression editor does not recognize embedded code function

I have an SSRS report with information about invoices my company has issued with things like amount, date, payment, amount due, etc. I'm using SSRS 2008 (not R2) in Visual Studio 2008 environment. My issue has to do with formatting the report using…
Paul
  • 1,375
  • 2
  • 21
  • 55
1
vote
0 answers

Create a button in AlertManager plugin for Mattermost

I am using alertmanager plugin to send aletrs from prometheus. I need to add a button in this file https://github.com/cpanato/mattermost-plugin-alertmanager/blob/main/server/webhook.go, which will be visible in case of successful firing…
rootin
  • 11
  • 1
1
vote
1 answer

How to apply a password policy validation on custom form in drupal 8?

I want to apply password policy module functionality on custom password reset form on drupal 8. Its not working for my reset form. Note: '#type' => 'password_confirm' has set to the form as below, "#type" => "password_confirm" "#size" => 25 …
1
vote
0 answers

Ajax page loader breaks all other custom code on Webflow

I’m having a weird issue on a Webflow site I’m building for a radio station and can’t find a solution anywhere so I thought I’d try to ask you for some help. I have this ajax page loader code to allow for continuous playback of the radio stream…
1
vote
1 answer

Need to form custom request in jmeter

I am in need to create a custom request in jmeter which looks like the below format: { "items": [ { "id": "1", "productId": 1234 } { "id": "2", "productId": 1218 …
1
vote
0 answers

How can I edit Elementor Textbox with automatic date?

I need your help with Elementor. I added a textbox and I want the content of this message showing days (number) like this: "Special price: CurrentDay - 2, CurrentDay - 1 and CurrentDay of CurrentMonthText (today is the last day you can buy this…
Rafa
  • 11
  • 2
1
vote
1 answer

SSRS custom code

I'm having an issue in my SSRS report. What I'm trying to accomplish is get a correct summary total for a particular group, on field ClaimNumber How the particular formula works is based on other fields in the record, and on of those values being…
Scott
  • 165
  • 1
  • 3
  • 15
1
vote
1 answer

Title is not coming while sharing post on Google Plus

I am trying to share following post/page on my google plus account https://www.schoolmykids.com/parenting/importance-of-father-daughter-relationship/ Instead of TITLE of the blog, google plus is showing me just the site name. Please suggest how to…
SMK
  • 11
  • 1
1
2 3 4 5