[Video] Reports - How to do basic calculations

More
1 year 9 months ago #24446 by prashant
Hi,

This video talks talks about how to do calculations inside Report module of AETL

1. We learn basic multiplication and divide
2. We learn to convert string to intetger

VIDEO HERE

Blooper Reel over here
1. Preview button goes missing
2. I think a 'reset' button in AETL settings which deletes registry setting will be helpful




Material 

My JSON
{   "mobile": "9563214545",   "calculate": "356",   "name": "tanvi Test",   "position": "HR",   "Annual CTC": "5200000",   "join date": "2024-07-29",   "Address": "herre there only",   "joining Company": "Krishna Beads Industries" }

SQL
DECLARE @json NVARCHAR(MAX);
SELECT @json = text_field_02 FROM event_log WHERE id ='874cafd9-2f44-4f14-98b7-4520bc03eef5';

SELECT * FROM OpenJson(@json)
WITH (
  "name" VARCHAR(100) '$."name"',
  "calculate" VARCHAR(100) '$."calculate"',
  "location" VARCHAR(100) '$."Address"',
  "annual_ctc" INT '$."Annual CTC"',
  "company_header" VARCHAR(100) '$."joining Company"',
  "company_footer" VARCHAR(100) null
);
 

Please Log in or Create an account to join the conversation.

More
1 year 9 months ago #24457 by admin
I think a 'reset' button in AETL settings which deletes registry setting will be helpful

That was implemented in the latest release

www.etl-tools.com/wiki/knowledgebase/iss...igner-look-and-feel/

PS.

Can we ask you to email us video please

Mike
ETL Architect

Please Log in or Create an account to join the conversation.

More
1 year 9 months ago #24459 by prashant
Thanks a lot.

Email sent as well.

Please Log in or Create an account to join the conversation.

Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Read more
Marketing
Set of techniques which have for object the commercial strategy and in particular the market study.
Google
Accept
Decline
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Google Analytics
Accept
Decline
Functional
Tools used to give you more features when navigating on the website, this can include social sharing.
Advertisement
If you accept, the ads on the page will be adapted to your preferences.
Google Ad
Accept
Decline
Save