Skip to main content

Questions tagged [column]

0 votes
1 answer
45 views

When the column name of a Data Extension is unknown and data needs to be written to that column what is the correct syntax as the following do not seem to work, Where e.num is some dynamic value like ...
mozzy69's user avatar
  • 48
1 vote
1 answer
996 views

I haven't worked with forecasts before, but I'm required to add a new column to appear in one of our Quota tracking reports. The main fields of the report are Forecast Category and Quota amount, and ...
David Boada's user avatar
-1 votes
1 answer
1k views

If I dont have Einstein Analytics, and I want to report on a single object, and transpose few columns into rows, with rest of the fields repeating, is this possible in another method in the Out-of-the-...
Eashwer B. Iyer's user avatar
0 votes
1 answer
5k views

I'm building a report to compare all months this year vs all months last year. Right now, the Column Chart only shows ascending order. Example: Jan 22, Feb 22, March 22,... Jan 23, Feb 23. I wonder if ...
Pam's user avatar
  • 105
1 vote
2 answers
5k views

Column : CaseNumber / ContactID (lookup) I want to make them both as clickable link in <lightning-datatable Code : @wire(getAllCases, { lv0: '$listViewId' }) wiredOpps(result) { ...
user avatar
0 votes
1 answer
235 views

With this code I don't get any value , I get the column with the name but their are no value , I don't now what is the mistake . Some help please . public with sharing class Action { @AuraEnabled(...
ddev96160's user avatar
1 vote
1 answer
649 views

I have a datatable defined as follows: <lightning:datatable data="{!v.mydata }" columns="{!v.mycolumns}" keyField="id" hideCheckboxColumn="true" ...
BlueSac's user avatar
  • 25
0 votes
1 answer
1k views

I have the following data as an array: this.finalSObjectDataListChild = sObjectRelatedFieldListValues; console.log(this.finalSObjectDataListChild); From an icon-button on the row I trigger an ...
Thomas's user avatar
  • 2,320
3 votes
1 answer
17k views

I have a lwc component with a lightning-datatable with the first column as a button-icon. This works when the columns are defined as a constant. Constant working const columns = [ { label: ...
Thomas's user avatar
  • 2,320
2 votes
1 answer
2k views

My question is similar to this, I have a custom dropdown column which is appearing completely fine when we have many rows in the datatable. But in a sitation when we have a single record, it Lightning:...
Pasan Eeriyagama's user avatar
1 vote
1 answer
445 views

When rendering a visualforce page as PDF, I'm running into the error above often and have been unable to figure out what the error is. Through process of elimination, I have been able to narrow down ...
Heather's user avatar
  • 83
0 votes
1 answer
2k views

I am new to salesforce, I am trying to learn lightning datatable with imperative call in salesforce. I am unable to get the data in the column, its not throwing any error though. Please help to fix it....
Nanda Merawade's user avatar
1 vote
0 answers
1k views

I'm very new to salesforce and lwc , i'm trying to Export some static and some dynamic data in a csv using LWC Salesforce and succeeded in that( except with a new column has been added from the ...
Tarun teja's user avatar
0 votes
1 answer
527 views

dev noob here -- My company has been using this aura/lightning component on many of our lightning pages and it works very well. We borrowed the idea from the example in the link below. It's extremely ...
gjohnson282's user avatar
0 votes
0 answers
434 views

I noticed that is not possible to use a number like "12.6" in a cell of type "number" but is only accepted a number like "12,6". How can I allow the use of the "dot" character? Thanks, Luca
Luca Daneluzzo's user avatar

15 30 50 per page