Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

General script error

Hi Community,

MAP_SINGLE_TAB

Mapping

Load Distinct Tracking_Num,

COUNT(DISTINCT Tracking_NUM_Key)  as NB_TRK_NUM_KEY

Resident Trace_Table1

GROUP BY Tracking_Case_NUM;

This is the error i have been facing with app.

General Script Error

Execution Failed

Execution finished.

But the app is working properly in local machine .

I have tested this app by Setting Errormode=0.. Even then i felt the same issue and getting the same prob.

Please suggest anyone on this

Thanks

Satti

Labels (4)
12 Replies
rbecher
Partner - Master III
Partner - Master III

However, you should omit DISTINCT. It is not needed nor makes sense here..

- Ralf

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
Anonymous
Not applicable
Author

There should be something else.  Single line or multi-line makes no difference (unless you break the words of course).  That is,

MAPPING LOAD DISTINCT

and

MAPPING

LOAD

DISTINCT

are exactly the same...

Regards,

Michael

Not applicable
Author

Hi Michael

You are right it will keep both are meaning less it will degrade the load performance of the script

Thanks & Regards,

Radha krishna