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
when we add the field which we wanted in the JSON under field it return all the field for that individual instead returning the field we have requested as the requirement
env: prod
user : nuppork@yenepoya
Steps to reproduce
1.Login to the org
2.Go to the report
3.Click on the new longitudinal report
4.add the JSON format as per the requirement
Excepted result : csv should hold the data as per the customer requirement
Actual result : csv holds all the fields data
when we add the field which we wanted in the JSON under field it return all the field for that individual instead returning the field we have requested as the requirement
env: prod
user : nuppork@yenepoya
Steps to reproduce
1.Login to the org
2.Go to the report
3.Click on the new longitudinal report
4.add the JSON format as per the requirement
Excepted result : csv should hold the data as per the customer requirement
Actual result : csv holds all the fields data
sample json 👍:
{
"individual": {
"uuid": "d22027ff-e019-4d1c-9352-bd740efccc38",
"fields": [
"id",
"uuid",
"firstName",
"lastName",
"dateOfBirth",
"registrationDate",
"gender"
],
"filters": {
"addressLevelIds": [],
"date": {
"from": "2022-01-12",
"to": "2022-05-04"
}
}
},
"timezone": "Asia/Calcutta"
}
attached the csv which returns all the field
[Individual (3).csv]
https://github.com/avniproject/avni-webapp/files/12840471/Individual.3.csv
The text was updated successfully, but these errors were encountered: