Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Feature request: Show Query Field if All Values Null #62

Open
vancelopez opened this issue Aug 2, 2017 · 0 comments
Open

Feature request: Show Query Field if All Values Null #62

vancelopez opened this issue Aug 2, 2017 · 0 comments

Comments

@vancelopez
Copy link

Related to this issue in the SFDC developer forums. If a queried field has all null values, it will omit the field from the results. Example:

SELECT Id, Total_Bookings__c FROM Account

If Total_Bookings__c has no values (is null) in all records, then it will omit that field from the results. If stored in object df, df will be a data frame with 1 column, Id.

Is it possible to get the null field in the results?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant