Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have two fields Equipment and Revenue Type.
In revenue type i have four columns:
2.Contract_Revenue |
1.Sales_Revenue |
3.Labour/Driving/Freight |
4.Material_Part |
Now the output i needed is whatever equipments i have when i click 1.Sales_revenue only those i need to get in a separate field.
Can you please tell me how can i get it.
Thanks,
Bharat
Sorry Arvind, if i am not clear. I have acheived it by writing below expression.
if(Revenue_Type='1.Sales_Revenue','In Sales Data','Not In Sales Data') as Sales_Flag,
Thank you so much for your time.
I have few columns in load script and in that i have Equipment and Revenue Type as well.
Now in script i need to write a condition that where Revenue Type is 1.Sales_Revenue get those equipments as New column.
For Ex: Revenue Type / Equipments
1.Sales_Revenue 10
2.Contract_Revenue 20
Now i need to only that 10 as new column.
Hope i am clear.
Please let me know if you need anything more.
Sorry Arvind, if i am not clear. I have acheived it by writing below expression.
if(Revenue_Type='1.Sales_Revenue','In Sales Data','Not In Sales Data') as Sales_Flag,
Thank you so much for your time.