SOLVED
Macro
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
BRRLL99
11 - Bolide
‎02-10-2023
01:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Team
I have following data
A/C | Account Details |
100 | Civil Work |
101 | Civil Work |
102 | Civil Work |
103 | Equipments |
104 | Equipments |
105 | Equipments |
106 | Equipments |
107 | Tools and Spares |
108 | Tools and Spares |
I have used Formula tool and written this Argument
IF Contains([Account Details], "Civil work")
THEN "AA"
ELSEIF Contains([Account Details], "Equipments") THEN "BB"
ELSE "CC"
ENDIF
I would like to create Macro tool. Where I can select Account details and output dynamically.
Solved! Go to Solution.
Labels:
- Labels:
- Data Investigation
2 REPLIES 2
binuacs
21 - Polaris
‎02-10-2023
03:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@BRRLL99 I think you are looking for an Analytic app where you can select or enter the Account Details .
The below post will be useful for your use case
binuacs
21 - Polaris
‎02-10-2023
03:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
