cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

Restrict data exporter widget from downloading empty files

MM_9023322
14-Alexandrite

Restrict data exporter widget from downloading empty files

Hello everyone,

How to restrict the data exporter widget from downloading empty infotable?

 

 

Thank you

1 ACCEPTED SOLUTION

Accepted Solutions
PaiChung
22-Sapphire I
(To:MM_9023322)

Since the data exporter widget downloads data that is returned to the Mashup, you could tie in a Validator to validate there are rows before enabling the 'Data Export' widget or intercept the request and show a Message if there are no records.

View solution in original post

1 REPLY 1
PaiChung
22-Sapphire I
(To:MM_9023322)

Since the data exporter widget downloads data that is returned to the Mashup, you could tie in a Validator to validate there are rows before enabling the 'Data Export' widget or intercept the request and show a Message if there are no records.

Top Tags