Added check for empty output dataframe. App will now show popup notification and abort the export-to-excel process if query returns an empty dataframe as result.
Workaround for invalid (not queryable) inputs in DUID and/or BIDTYPE. In the case where users make mistakes/enter a wrong DUID and/or BIDTYPE input.
If any valid input segment (separated by space) present in the input string, that specific valid part can still be queried and exported. E.g. if the string sadlkfjasldfjs bluff1 sadlkfjslak is entered in DUID, the app can still successfully query and export BLUFF1 data
Added check for empty output dataframe. App will now show popup notification and abort the export-to-excel process if query returns an empty dataframe as result.
Workaround for invalid (not queryable) inputs in DUID and/or BIDTYPE. In the case where users make mistakes/enter a wrong DUID and/or BIDTYPE input.
If any valid input segment (separated by space) present in the input string, that specific valid part can still be queried and exported. E.g. if the string
sadlkfjasldfjs bluff1 sadlkfjslak
is entered in DUID, the app can still successfully query and exportBLUFF1
data