You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I tell the query to only respond with rows without a segment?
expect to be able to query: {'decimals': '-6', 'unitRef': 'usd', 'period': {'startDate': '2022-09-25', 'End Date': '2023-09-30'}, 'value': '383285000000'}
This seems so simple, but it seems the feature is missing.
In python I can wrap the query, but this circumvents the upper layers of the application specifying the selection criteria.
The text was updated successfully, but these errors were encountered:
Example data set returned by querying all records.
qv: $.StatementsOfIncome.RevenueFromContractWithCustomerExcludingAssessedTax[*] version: 1.6.0
I am interested in selecting the rows without a 'segment'. However, when I specify the filter:
I get a error on unexpected character: !
And if I alter this to attempt:
The results are empty.
Proving the syntax is correct. I change the query to:
This returns just the row with a segment field.
How can I tell the query to only respond with rows without a segment?
expect to be able to query:
{'decimals': '-6', 'unitRef': 'usd', 'period': {'startDate': '2022-09-25', 'End Date': '2023-09-30'}, 'value': '383285000000'}
This seems so simple, but it seems the feature is missing.
In python I can wrap the query, but this circumvents the upper layers of the application specifying the selection criteria.
The text was updated successfully, but these errors were encountered: