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

How to delete modeler data using data action or multifunction action

rijin_baby61
Participant
0 Likes
1,773

Hello,
I would like to know if there is some way to delete the modeler data using Data Action or Multi-Function action

I tried the DELETE() function in data action but this replaces the data as null and doesn't clear the data.

I wanted to perform the delete action as shown in below fig

but not manually as above but using a data action or a type of multi-function action API or anything else

Regards,

View Entire Topic
William_Yu1
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi rijin_baby,

DELETE() keyword actually should perform the same as fact delete from model. I guess you see null only because other measures are not deleted. If you delete all measures, you should see record been cleared.