What are the prioritized Rules in as Transform function
Answer / gopal patil
let say we are doing some operation on customer data.
e.g i want to make customer category as per purchase made by
them, and if i know more customer in category 'A' is more
then assign category in following way priority.
purchase cat. priority
1000> 'A' :1
500 > 'B' :2
100 > 'C' :3
default 'D' : default
so it will return true in first comparison , avoid remaining
computation.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is a cursor? Within a cursor, how would you update fields on the row just fetched?
How to Create Surrogate Key using Ab Initio?
What do you mean by continuous graph? what is it significance?
Describe what the SQL Server tempdb and tlog files are used for?
What is the function you would use to transfer a string into a decimal?
Hi friends, what are the new features in abinito3.0?
I have a DML in my local system the location is E:/u/home/khaleel/dml how to convert this path to $DML?
Suppose we assign you a new project. What would be your initial point and the key steps that you follow?
What is the DynamicScriptGeneration and what is the Use?
What is is a data flow graph?
what is the difference between ab_work_dir and .work
How to convert a single column values 1 2 3 4 to single row of 4 columns ? And vice-versa